forked from hacktracklinux/hacktracklinux.github.io
-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathcourses.html
380 lines (355 loc) · 19.6 KB
/
courses.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
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
<!DOCTYPE html>
<html lang="en">
<head>
<title><<Hack|Track GNU/Linux Distro Penetrasing Live System Burn to USB Flash Disk & Run.</title>
<!-- Meta Tags -->
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="author" content="HackTrack">
<meta name="description" content="Hack|Track GNU/Linux Distro Penetrasing Live System Burn to USB Flash Disk & Run.">
<meta name="keywords" content="Hack|Track GNU/Linux Distro Penetrasing Live System Burn to USB Flash Disk & Run.,hack,kacktrack,linux indonesia,linux hacking,linux pentest,linux hacker">
<meta charset="utf-8">
<meta content="width=device-width, initial-scale=1.0" name="viewport">
<meta content="" name="description">
<meta content="" name="keywords">
<!-- Favicons -->
<link href="assets/img/favicon.png" rel="icon">
<!-- Google Fonts -->
<link href="https://fonts.googleapis.com/css?family=Open+Sans:300,300i,400,400i,600,600i,700,700i|Nunito:300,300i,400,400i,600,600i,700,700i|Poppins:300,300i,400,400i,500,500i,600,600i,700,700i" rel="stylesheet">
<!-- Vendor CSS Files -->
<link href="assets/vendor/aos/aos.css" rel="stylesheet">
<link href="assets/vendor/bootstrap/css/bootstrap.min.css" rel="stylesheet">
<link href="assets/vendor/bootstrap-icons/bootstrap-icons.css" rel="stylesheet">
<link href="assets/vendor/glightbox/css/glightbox.min.css" rel="stylesheet">
<link href="assets/vendor/remixicon/remixicon.css" rel="stylesheet">
<link href="assets/vendor/swiper/swiper-bundle.min.css" rel="stylesheet">
<link href="assets/vendor/wruczek/cookiealert.css" rel="stylesheet">
<!-- Template Main CSS File -->
<link href="assets/css/style.css" rel="stylesheet">
<!-- =======================================================
____ _ _ _ _ _____ _
/ / / | | | | __ _ ___| | _| |_ _| __ __ _ ___| | __
/ / / | |_| |/ _` |/ __| |/ / | | || '__/ _` |/ __| |/ /
\ \ \ | _ | (_| | (__| <| | | || | | (_| | (__| <
\_\_\ |_| |_|\__,_|\___|_|\_\ | |_||_| \__,_|\___|_|\_\
"return of dreams come true" |_|
Modifier Themes by LoliC0d3 & dindinG41TR3
Contributors :
- Afrzlfa
- gagaltotal
- monskyson
Special Thanks for LoliC0d3
* Template Name: FlexStart - v1.11.1
* Template URL: https://bootstrapmade.com/flexstart-bootstrap-startup-template/
* Author: BootstrapMade.com
* License: https://bootstrapmade.com/license/
======================================================== -->
</head>
<body>
<!-- ======= Header ======= -->
<header id="header" class="header fixed-top">
<div class="container-fluid container-xl d-flex align-items-center justify-content-between">
<a href="index.html" class="logo d-flex align-items-center">
<!--- <img src="assets/img/logo.png" alt=""> -->
<span><<Hack|Track GNU/Linux</span>
</a>
<nav id="navbar" class="navbar">
<ul>
<li><a class="nav-link scrollto" href="index.html"><i class="ri-home-4-fill"></i></i></a></li>
<li><a class="nav-link scrollto" href="about.html">About</a></li>
<li><a class="nav-link scrollto" href="product.html">Product</a></li>
<li><a class="nav-link scrollto" href="project.html">Project</a></li>
<li><a class="nav-link scrollto" href="getinvolved.html" aria-label="HackTrack Linux Get Involved">Get Involved</a></li>
<li><a class="nav-link scrollto" href="contact.html">Contact</a></li>
<li><a class="getstarted scrollto" href="download.html">Download Now!</a></li>
</ul>
<i class="bi bi-list mobile-nav-toggle"></i>
</nav><!-- .navbar -->
</div>
</header><!-- End Header -->
<main id="main">
<!-- ======= Hero Section ======= -->
<section id="hero" class="hero d-flex align-items-center">
<div class="container">
<div class="row">
<div class="col-lg-6 d-flex flex-column justify-content-center">
<h1 data-aos="fade-up">Courses</h1>
<h2 data-aos="fade-up" data-aos-delay="400">We hold a free open course on the linux operating system, as a form of our support for open source. We also open an exclusive paid service class on the linux operating system.</h2>
<div data-aos="fade-up" data-aos-delay="600">
<div class="text-center text-lg-start">
</div>
</div>
</div>
<div class="col-lg-6 hero-img" data-aos="zoom-out" data-aos-delay="200">
<img src="assets/img/courses-hacktrack.png" class="img-fluid" alt="">
</div>
</div>
</div>
</section>
<section id="features" class="features">
<div class="container" data-aos="fade-up">
<!-- Feature Tabs -->
<div class="row feture-tabs" data-aos="fade-up">
<div class="col-lg-6">
<h3>Free Courses</h3>
<!-- Tabs -->
<ul class="nav nav-pills mb-3">
<li>
<a class="nav-link active" data-bs-toggle="pill" href="#tab1">About</a>
</li>
<li>
<a class="nav-link" data-bs-toggle="pill" href="#tab2">Theory</a>
</li>
<li>
<a class="nav-link" data-bs-toggle="pill" href="#tab3">Requirements</a>
</li>
</ul><!-- End Tabs -->
<!-- Tab Content -->
<div class="tab-content">
<div class="tab-pane fade show active" id="tab1">
<a style="color:#000000">Free Course is one of the supports for you in using our software. "Maintain harmony in teaching. Download pentester <<Hack|Track GNU/Linux operating system, used in class and materials" other distributions are not allowed. Why? because of course this aims to support users in using this distribution.</a>
<div class="d-flex align-items-center mb-2">
<i class="bi bi-check2"></i>
<h4>Date</h4>
</div>
<a style="color:#000000">Currently under construction and not yet available.</a>
<div class="d-flex align-items-center mb-2">
<i class="bi bi-check2"></i>
<h4>Quota</h4>
</div>
<a style="color:#000000">0/20 Person</br>
</a>
</div><!-- End Tab 1 Content -->
<div class="tab-pane fade show" id="tab2">
<a style="color:#000000">Material presented in this course.</a>
<div class="d-flex align-items-center mb-2">
<i class="bi bi-check2"></i>
<h4>Information</h4>
</div>
<a style="color:#000000">[Free] a. Ethics in using <<Hack|Track GNU/Linux distro software.</a></br>
<a style="color:#000000">[Free] b. Menu category introduction.</a></br>
<a style="color:#000000">
01 Information Gathering</br>
02 Vulnerability Analysis</br>
03 Exploitation Tools</br>
04 Wireless Attacks</br>
05 Forensics Tools</br>
06 Web Applications</br>
07 Stress Testing</br>
08 Sniffing & Spoofing</br>
09 Password Attacks</br>
10 Maintaining Access</br>
11 Hardware Hacking</br>
12 Reverse Engineering</br>
13 Reporting Tools</br>
14 Extra Tools</br>
15 Accessosies Tools</br>
16 System Tools</br></a>
<div class="d-flex align-items-center mb-2">
<i class="bi bi-check2"></i>
<h4>Basic</h4>
</div>
<a style="color:#000000">[Free] a. Basic commands linux usage terminal interface.</a></br>
<a style="color:#000000">[Free] b. Mate desktop environment basic usage.</a></br>
</div><!-- End Tab 2 Content -->
<div class="tab-pane fade show" id="tab3">
<a style="color:#000000">Requirements to take this course.</a>
<div class="d-flex align-items-center mb-2">
<i class="bi bi-check2"></i>
<h4>Person</h4>
</div>
<a style="color:#000000"> 1. Indonesian citizens </a></br>
<a style="color:#000000"> 2. Google classroom account for material</a></br>
<a style="color:#000000"> 3. Telegram account for discussion</a></br>
<a style="color:#000000"> 4. Seriousness participating in writing reports</a></br>
<div class="d-flex align-items-center mb-2">
<i class="bi bi-check2"></i>
<h4>Software</h4>
</div>
<a style="color:#000000">"Maintain harmony in teaching. Download pentester <<Hack|Track GNU/Linux operating system,</a>
<a style="color:#000000">used in classes and materials" other distros are not allowed. Why ? because this course aims to support users in using this distro.</a></br>
</div><!-- End Tab 3 Content -->
</div>
</div>
<div class="col-lg-6">
<img src="assets/img/free-course-hacktrack.png" class="img-fluid" alt="">
</div>
</div><!-- End Feature Tabs -->
</div>
</section>
<section id="features" class="features">
<div class="container" data-aos="fade-up">
<!-- Feature Tabs -->
<div class="row feture-tabs" data-aos="fade-up">
<div class="col-lg-6">
<h3>Paid Courses</h3>
<!-- Tabs -->
<ul class="nav nav-pills mb-3">
<li>
<a class="nav-link active" data-bs-toggle="pill" href="#tab4">About</a>
</li>
<li>
<a class="nav-link" data-bs-toggle="pill" href="#tab5">HTGL specialist</a>
</li>
<li>
<a class="nav-link" data-bs-toggle="pill" href="#tab6">More info</a>
</li>
</ul><!-- End Tabs -->
<!-- Tab Content -->
<div class="tab-content">
<div class="tab-pane fade show active" id="tab4">
<a style="color:#000000">We provide paid courses, by professional mentors in their fields with a HackTrack Linux environment.</a>
<div class="d-flex align-items-center mb-2">
<i class="bi bi-check2"></i>
<h4>Date</h4>
</div>
<a style="color:#000000">Currently under construction and not yet available.</a>
<div class="d-flex align-items-center mb-2">
<i class="bi bi-check2"></i>
<h4>Quota</h4>
</div>
<a style="color:#000000">0/10 Person</br>
</a>
</div><!-- End Tab 1 Content -->
<div class="tab-pane fade show" id="tab5">
<a style="color:#000000">We provide paid courses, by professional mentors in their fields with a HackTrack Linux environment.</a>
<div class="d-flex align-items-center mb-2">
<i class="bi bi-check2"></i>
<h4>Currently available</h4>
</div>
<a style="color:#000000">
EC-SIGA - HTGL specialist Information Gathering</br>
EC-SVAN - HTGL specialist Vulnerability Analysis</br>
EC-SETO - HTGL specialist Exploitation Tools</br>
EC-SWAT - HTGL specialist Wireless Attacks</br>
EC-SFTO - HTGL specialist Forensics Tools</br>
EC-SWAP - HTGL specialist Web Applications</br>
EC-SSTE - HTGL specialist Stress Testing</br>
EC-SSPO - HTGL specialist Sniffing & Spoofing</br>
EC-SPAT - HTGL specialist Password Attacks</br>
EC-SMAC - HTGL specialist Maintaining Access</br>
EC-SHHA - HTGL specialist Hardware Hacking</br>
EC-SREN - HTGL specialist Reverse Engineering</br>
EC-SRTO - HTGL specialist Reporting Tools</br>
<div class="d-flex align-items-center mb-2">
<i class="bi bi-check2"></i>
<h4>Mentor</h4>
</div>
<a style="color:#000000">[Currently under construction and not yet available.</a></br>
</div><!-- End Tab 2 Content -->
<div class="tab-pane fade show" id="tab6">
<a style="color:#000000">Requirements to take this course.</a>
<div class="d-flex align-items-center mb-2">
<i class="bi bi-check2"></i>
<h4>Person</h4>
</div>
<a style="color:#000000"> 1. Indonesian citizens </a></br>
<a style="color:#000000"> 2. Google classroom account for material</a></br>
<a style="color:#000000"> 3. Telegram account for discussion</a></br>
<a style="color:#000000"> 4. Seriousness participating in writing reports</a></br>
<div class="d-flex align-items-center mb-2">
<i class="bi bi-check2"></i>
<h4>Software</h4>
</div>
<a style="color:#000000">Maintain harmony in mentoring. Download pentester HackTrack Linux operating system, use it in class.</a></br>
</div><!-- End Tab 3 Content -->
</div>
</div>
<div class="col-lg-6">
<img src="assets/img/paid-course-hacktrack.png" class="img-fluid" alt="">
</div>
</div><!-- End Feature Tabs -->
</div>
</section>
</main>
<!-- End #main -->
<!-- Footer Version 4 (Clean Code) -->
<footer id="footer" class="footer">
<div class="footer-top">
<div class="container">
<div class="row gy-4">
<div class="col-lg-5 col-md-12 footer-info">
<a href="index.html" class="logo d-flex align-items-center" aria-label="HackTrack Linux HTML Index">
<img src="assets/img/mini-logotype-hacktrack-footer.webp" width="221px" height="70px" alt="HackTrack">
</a>
<span>
<<Hack|Track GNU/Linux is an open source operating system developed by the HTGL Project
from Indonesia which provides penetration testing.
The pentest tool is generated from the source code and then compiles it.
</span>
<div class="social-links mt-3">
<a href="https://github.com/hacktrackgnulinux" class="github" aria-label="HackTrack Linux Github Project"><i class="bi bi-github"></i></a>
<a href="https://sourceforge.net/projects/hacktrack/" class="sourceforge" aria-label="HackTrack Linux SourceForge Project"><i class="bi bi-disc-fill"></i></a>
<a href="https://chat.whatsapp.com/GVoCrg2pHCW226wAbT28Pu" class="whatsapp" aria-label="Official Whatsapp HackTrack Linux Groups"><i class="bi bi-whatsapp"></i></a>
<a href="https://www.youtube.com/@hacktracklinux" class="youtube" aria-label="HackTrack Linux official youtube channel"><i class="bi bi-youtube"></i></a>
</div>
</div>
<div class="col-lg-2 col-6 footer-links ">
<h3><i class="ri-external-link-line"></i> Quick Links</h3>
<ul>
<li><i class="ri-git-commit-line"></i>
<a href="download.html" aria-label="HackTrack Linux Page Download">Downloads</a></li>
<li><i class="ri-git-commit-line"></i>
<a href="product.html" aria-label="HackTrack Linux Page Product">Products</a></li>
<li><i class="ri-git-commit-line"></i>
<a href="courses.html" aria-label="HackTrack Linux Page Courses">Courses</a></li>
<li><i class="ri-git-commit-line"></i>
<a href="certificates.html" aria-label="HackTrack Linux Page Certificates">Certificates</a></li>
<li><i class="ri-git-commit-line"></i>
<a href="community.html" aria-label="HackTrack Linux Communitys">Community</a></li>
<li><i class="ri-git-commit-line"></i>
<a href="events.html" aria-label="HackTrack Linux Page Events">Events</a></li>
</ul>
</div>
<div class="col-lg-2 col-6 footer-links">
<h3><i class="ri-information-line"></i> Info</h3>
<ul>
<li><i class="ri-git-commit-line"></i>
<a href="about.html" aria-label="HackTrack Linux Page About">About</a></li>
<li><i class="ri-git-commit-line"></i>
<a href="terms-and-conditions.html" aria-label="HackTrack Linux Terms and Conditions">Terms and Conditions</a></li>
<li><i class="ri-git-commit-line"></i>
<a href="privacy-policy.html" aria-label="HackTrack Linux Page Privacy Policy">Privacy Policy</a></li>
<li><i class="ri-git-commit-line"></i>
<a href="faq.html" aria-label="HackTrack Linux Page Frequently Asked Questions ">FAQ</a></li>
</ul>
</div>
<div class="col-lg-3 col-md-12 footer-contact text-center text-md-start">
<h3><i class="ri-heart-2-line"></i> Support</h3>
<p>
<i class="ri-map-pin-line"></i></i><span class="text"> Republic of Indonesia</span></br>
<i class="ri-mail-line"></i></i><a href="mailto:[email protected]">
<span class="text"> [email protected]</span></a>
</p>
</div>
</div>
</div>
</div>
<div class="container">
<div class="copyright">
<p>
<!-- Link back to Colorlib can't be removed. Template is licensed under CC BY 3.0. -->
Copyright © 2017-<script>var creditsyear = new Date();document.write(creditsyear.getFullYear());</script>
<<Hack|Track GNU/Linux. Linux® is the registered trademark of Linus Torvalds in the U.S. and other countries.
Hosting by GitHub Pages. All rights reserved | This template is made with <i class="icon-heart" aria-hidden="true"></i>by <a href="https://bootstrapmade.com/">BootstrapMade</a></p>
</div>
<!-- All the links in the footer should remain intact. -->
<!-- You can delete the links only if you purchased the pro version. -->
<!-- Licensing information: https://bootstrapmade.com/license/ -->
<!-- Purchase the pro version with working PHP/AJAX contact form: https://bootstrapmade.com/flexstart-bootstrap-startup-template/ -->
</div>
</footer>
<!-- End Footer -->
<a href="#" class="back-to-top d-flex align-items-center justify-content-center"><i class="bi bi-arrow-up-short"></i></a>
<!-- Vendor JS Files -->
<script src="assets/vendor/purecounter/purecounter_vanilla.js"></script>
<script src="assets/vendor/aos/aos.js"></script>
<script src="assets/vendor/bootstrap/js/bootstrap.bundle.min.js"></script>
<script src="assets/vendor/glightbox/js/glightbox.min.js"></script>
<script src="assets/vendor/isotope-layout/isotope.pkgd.min.js"></script>
<script src="assets/vendor/swiper/swiper-bundle.min.js"></script>
<script src="assets/vendor/php-email-form/validate.js"></script>
<script src="assets/vendor/wruczek/cookiealert.js"></script>
<!-- Template Main JS File -->
<script src="assets/js/main.js"></script>
</body>
</html>