-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
80 lines (70 loc) · 4.29 KB
/
index.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=0.5">
<meta http-equiv="X-UA-Compatible" content="ie=edge">
<title>Fenrir.pro | CyberSecurity Training - Ethical Hacking</title>
<meta name="description" content="Join Fenrir's advanced Ethical Hacking and Penetration Testing course. Designed for developers, sysadmins, and IT professionals. Hands-on training with practical hacking skills. Learn Pentest concepts, Web Exploitation, Cryptography, and more.">
<meta name="keywords" content="Fenrir Ethical Hacking, Penetration Testing Course, Advanced Hacking Training, Cybersecurity Course, Ethical Hacking Certification, IT Security Training, CyberAdventurers, Web Exploitation, Cryptography, System Exploitation, Mobile Exploitation, Social Engineering, Physical Security, IT Professionals, Developers, Sysadmins">
<meta property="og:title" content="Fenrir Ethical Hacking Training | Advanced Penetration Testing Course">
<meta property="og:description" content="Join Fenrir's advanced Ethical Hacking and Penetration Testing course. Designed for developers, sysadmins, and IT professionals. Hands-on training with practical hacking skills. Learn Pentest concepts, Web Exploitation, Cryptography, and more.">
<meta property="og:image" content="/res/ehillus.jpg">
<meta property="og:url" content="https://fenrir.training">
<meta property="og:type" content="website">
<link rel="stylesheet" href="res/style.css">
<link rel="icon" href="./favicon.svg" type="image/x-icon">
<link rel="preconnect" href="https://fonts.googleapis.com">
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
<link href="https://fonts.googleapis.com/css2?family=Doto:[email protected]&family=Open+Sans:ital,wght@0,300..800;1,300..800&display=swap" rel="stylesheet">
<!-- 100% privacy-first analytics -->
<script async defer src="https://scripts.simpleanalyticscdn.com/latest.js"></script>
<noscript><img src="https://queue.simpleanalyticscdn.com/noscript.gif" alt="" referrerpolicy="no-referrer-when-downgrade" /></noscript>
</head>
<body>
<div id="header">
<img class="logo" src="res/logo.png"/>
<p class="logo-txt">
Fenrir
</p>
</div>
<div id="container">
<div class="course">
<h1><b>Ethical Hacking Training</b><br/><i>by Fenrir.pro</i></h1>
<div class="booklet">
<img src="res/handbook.png"/>
</div>
<div class="course-details">
<h1>A course for CyberAdventurers</h1>
<p>This <b>hands-on</b> training course in <b>Ethical Hacking and Penetration Testing</b> at advanced level aims to provide learners with both <b>theorical and practical hacking skills</b>.</p>
<p>It has been built for <b>developers, sysadmins and IT professionals wanting to have solid hacking skills under their belt.</b></p>
<h2>Course Timeline</h2>
<ul>
<li><b>Day 1 AM</b> - Pentest & Hacking concepts, Reconnaissance</li>
<li><b>Day 1 PM</b> - Scan/Enumeration concepts, Web Exploitation</li>
<li><b>Day 2 AM</b> - Cryptography, System exploitation, Buffer Overflows</li>
<li><b>Day 2 PM</b> - Mobile Exploitation, Reverse Engineering</li>
<li><b>Day 3 AM</b> - Social Engineering, Physical Security</li>
<li><b>Day 3 PM</b> - Remediation, Wrap-Up</li>
</ul>
<h2>Prerequisites</h2>
<ul>
<li>Basic <a href="https://www.hack.courses/free-command-line-and-linux-beginner-class">GNU/Linux Command-Line knowdledge</a></li>
<li>Basic Networking knowledge (TCP/IP, DNS, HTTP concepts)</li>
</ul>
<p class="important"><b>Absolutely no specific hardware is required except from a computer or tablet with (preferably) a keyboard and a up to date browser and (optional) a VNC client.</b></p>
<h2>Included in the package</h2>
<ul>
<li>2 or 3 days of training <br/><b>either online or in-person</b>.</li>
<li>The ethical hacking handbook <br/> with cheatsheets and course summaries.</li>
<li>A course completion certificate<br/> with a verifiable unique signature.</li>
</ul>
<a href="https://fenrir.pro/contact/"><button>Register</button></a>
</div>
</div>
</div>
<div id="footer">
Fenrir Training - Content by <a href="https://fenrir.pro">fenrir.pro</a> 2024
</div>
</body>
</html>