-
-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathindex.html
365 lines (342 loc) · 18.7 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
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
<!DOCTYPE html>
<html lang="en">
<head>
<!-- Metas -->
<meta charset="UTF-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>The HatSploit Framework</title>
<meta name="description" content="">
<!-- External CSS -->
<link rel="stylesheet" href="assets/css/bootstrap.min.css">
<link rel="stylesheet" href="assets/css/font-awesome.min.css">
<link rel="stylesheet" href="assets/css/et-line.css">
<link rel="stylesheet" href="assets/css/magnific-popup.css">
<link rel="stylesheet" href="assets/css/animate.css">
<link rel="stylesheet" href="assets/css/owl.carousel.css">
<link rel="stylesheet" href="assets/css/owl.transitions.css">
<link rel="stylesheet" href="assets/css/plyr.css">
<!-- Custom CSS -->
<link rel="stylesheet" href="css/style.css">
<link rel="stylesheet" href="css/responsive.css">
<!-- Google font -->
<link href="https://fonts.googleapis.com/css?family=Poppins:300,400%7CUbuntu:400,700%7COpen+Sans" rel="stylesheet">
<!-- Favicon -->
<link rel="icon" href="images/favicon.ico">
<!--[if lt IE 9]>
<script src="assets/js/html5shiv.min.js"></script>
<script src="assets/js/respond.min.js"></script>
<![endif]-->
</head>
<body>
<!-- Preloader -->
<div class="loader-wrap" id="loader-wrap">
<div class="cssload-loader"></div>
</div>
<!-- Preloader End -->
<!-- Navigation -->
<nav class="navbar navbar-default" data-spy="affix" data-offset-top="60">
<div class="container">
<!-- Brand and toggle get grouped for better mobile display -->
<div class="navbar-header">
<button type="button" class="navbar-toggle collapsed" data-toggle="collapse" data-target="#navbar-collapse" aria-expanded="false">
<span class="sr-only">Toggle navigation</span>
<span class="icon-bar"></span>
<span class="icon-bar"></span>
<span class="icon-bar"></span>
</button>
<a class="navbar-brand" href="index.html">
<img src="images/logo.png" alt="Site Logo">
</a>
</div>
<!-- Collect the nav links, forms, and other content for toggling -->
<div class="collapse navbar-collapse" id="navbar-collapse">
<ul class="nav navbar-nav navbar-right" id="one-page-nav">
<li><a href="#banner">Home</a></li>
<li><a href="#features">Features</a></li>
<li><a href="#action">Action</a></li>
<li><a href="#developers">Developers</a></li>
<li><a href="#faq">FAQ</a></li>
<li><a href="#download">Download</a></li>
<li><a href="https://github.com/EntySec/HatSploit/wiki">Wiki</a></li>
</ul>
</div>
<!-- /.navbar-collapse -->
</div>
<!-- /.container-fluid -->
</nav>
<!-- Navigation End -->
<!-- Banner Area -->
<div id="banner" class="banner style-2">
<div class="banner-item banner-1 steller-parallax" data-stellar-background-ratio="0.5">
<div class="banner-content">
<div class="container">
<div class="row">
<div class="col-xs-12">
<div class="banner-text-content text-center wow fadeInUp" data-wow-duration="1.5s">
<h1 class="banner-title ">The HatSploit Framework</h1>
<p class="banner-text ">Modular penetration testing platform that enables you to write, test, and execute exploit code.</p>
</div>
</div>
<div class="col-xs-12">
<div class="banner-hero-image hidden-sm hidden-xs wow fadeInUp" data-wow-duration="1.5s" data-wow-delay="0.5s">
<img class="img-responsive " src="images/banner/banner-hero.png " alt="Banner Hero ">
</div>
</div>
</div>
</div>
</div>
</div>
</div>
<!-- Banner Area End -->
<div class="main-wrap ">
<!-- Intro Section -->
<div id="intro" class="section section-padding offwhite-bg">
<div class="container">
<div class="intros">
<div class="row">
<div class="col-sm-4">
<div class="intro-item wow fadeInUp" data-wow-duration="1.5s">
<div class="intro-icon ">
<span class="icon-tools-2 "></span>
</div>
<h4 class="intro-title ">Customizable</h4>
<p class="intro-content ">You can load plugins to customize HatSploit default functions or add new</p>
</div>
</div>
<div class="col-sm-4">
<div class="intro-item wow fadeInUp" data-wow-duration="1.5s">
<div class="intro-icon">
<span class="icon-layers"></span>
</div>
<h4 class="intro-title">Modular</h4>
<p class="intro-content">HatSploit Framework is full of modules that enables you to exploit custom vulnerabilities</p>
</div>
</div>
<div class="col-sm-4">
<div class="intro-item wow fadeInUp" data-wow-duration="1.5s">
<div class="intro-icon ">
<span class="icon-speedometer "></span>
</div>
<h4 class="intro-title ">Fast</h4>
<p class="intro-content ">HatSploit Framework optimized for user, it loads modules and plugins as fast as can</p>
</div>
</div>
</div>
</div>
</div>
</div>
<!-- Intro section end -->
<!-- Features -->
<div id="features" class="section section-padding">
<div class="container ">
<div class="row ">
<div class="col-md-6 col-md-offset-3 col-xs-12 ">
<div class="section-header text-center ">
<h3 class="section-title ">All Features</h3>
<p class="section-subtext ">There are some main HatSploit Framework features</p>
</div>
</div>
</div>
<div class="row ">
<div class="col-md-4 col-sm-6">
<div class="feature wow fadeInUp" data-wow-duration="1.5s">
<div class="feature-icon">
<span class="icon-tools-2"></span>
</div>
<div class="feature-content ">
<h4 class="feature-title ">Customizable</h4>
<p>You can load plugins to customize HatSploit default functions or add new</p>
</div>
</div>
<div class="feature wow fadeInUp" data-wow-duration="1.5s">
<div class="feature-icon">
<span class="icon-speedometer"></span>
</div>
<div class="feature-content">
<h4 class="feature-title">Fast</h4>
<p>HatSploit Framework optimized for user, it loads modules and plugins as fast as can</p>
</div>
</div>
</div>
<div class="col-sm-4 text-center hidden-sm hidden-xs ">
<div class="mock wow fadeInUp" data-wow-duration="1s"><img class="img-responsive " src="images/mocks/1.png " alt="... "></div>
</div>
<div class="col-md-4 col-sm-6 ">
<div class="feature wow fadeInUp" data-wow-duration="1.5s">
<div class="feature-icon ">
<span class="icon-layers "></span>
</div>
<div class="feature-content ">
<h4 class="feature-title ">Modular</h4>
<p>HatSploit Framework is full of modules that enables you to exploit custom vulnerabilities</p>
</div>
</div>
<div class="feature wow fadeInUp" data-wow-duration="1.5s">
<div class="feature-icon">
<span class="icon-aperture"></span>
</div>
<div class="feature-content ">
<h4 class="feature-title ">Fresh</h4>
<p>HatSploit contains 0-day vulnerability exploits and all latest exploits, for example from 2018 till 2022</p>
</div>
</div>
</div>
</div>
</div>
</div>
<!-- Features End -->
<!-- Video Description -->
<div id="action" class="section section-padding offwhite-bg ">
<div class="container ">
<div class="row ">
<div class="col-md-6 col-md-offset-3 col-xs-12 ">
<div class="section-header text-center ">
<h3 class="section-title ">HatSploit in action</h3>
<p class="section-subtext ">Let's see HatSploit Framework in the wild</p>
</div>
</div>
</div>
<div class="row ">
<div class="support-tabs ">
<div class="tab-content ">
<div class="pane-content ">
</div>
</div>
</div>
</div>
</div>
</div>
<!-- Video Description End -->
<!-- Testimonials -->
<div id="developers" class="section section-padding theme-bg ">
<div class="container ">
<div id="testimonial-carousel" class="testimonial-carousel owl-carousel">
<div class="testimonial ">
<img src="images/client/client-avatar.png " alt="Client Avatar ">
<blockquote>I am an information security student and penetration testing software developer.</blockquote>
<div class="client-info ">
<h5 class="client-name ">Ivan Nikolsky</h5>
<p class="client-profession ">Main developer & designer</p>
</div>
</div>
</div>
</div>
</div>
<!-- Testimonials End -->
<div id="faq" class="section section-padding offwhite-bg ">
<div class="container ">
<div class="row ">
<div class="col-md-6 col-md-offset-3 col-xs-12 ">
<div class="section-header text-center ">
<h3 class="section-title ">FAQ</h3>
<p class="section-subtext ">There are some HatSploit frequently asked questions</p>
</div>
</div>
</div>
<div class="row ">
<div class="support-tabs ">
<div class="tab-content ">
<div class="pane-content ">
<div class="installation-steps ">
<div class="installation-step ">
<p class="step-title ">1. Why HatSploit instead of other InfoSec frameworks?</p>
<p class="step-content ">We have implemented a system of modules, payloads and plugins that is understandable to every beginner. Thus, everyone can fill HatSploit with new modules, payloads or plugins.</p>
</div>
<div class="installation-step ">
<p class="step-title ">2. What about new RCE, LFI and other PoCs?</p>
<p class="step-content ">We monitor in real time the emergence of vulnerabilities and PoC scripts for their exploitation and immediately publish them in the new release of HatSploit Framework.</p>
</div>
<div class="installation-step ">
<p class="step-title ">3. What happens after successful RCE module execution?</p>
<p class="step-content ">After RCE vulnerability has been exploited, HatSploit sends and executes the specified payload. The quality of exploitation is the most important for us.</p>
</div>
<div class="installation-step ">
<p class="step-title ">4. How many people working on this project?</p>
<p class="step-content ">I am working on this and other projects alone, although I declare that this is a team, but I am alone there.</p>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
<!-- Download -->
<div id="download" class="section section-padding bottom-0 ">
<div class="container ">
<div class="row ">
<div class="col-md-6 col-md-offset-3 col-xs-12 ">
<div class="section-header text-center wow fadeInDown" data-wow-duration="1.5s">
<h3 class="section-title ">Get HatSploit</h3>
<p class="section-subtext ">Do not hasitate to collect it and enjoy the features of HatSploit</p>
</div>
</div>
</div>
<div class="row ">
<div class="col-xs-12 text-center">
<div class="button-group wow fadeInUp" data-wow-duration="1.5s">
<div class="col-sm-20">
<div class="intro-item wow fadeInUp" data-wow-duration="1.5s">
<div class="intro-icon ">
<span class="icon-tools-2 "></span>
</div>
<h4 class="intro-title ">Source code</h4>
<p class="intro-content ">Explore HatSploit Framework source code</p>
<a class="btn btn-lg btn-download " href="https://github.com/EntySec/HatSploit"><i class="fa fa-github "></i>Source Code</a>
</div>
</div>
<div class="col-sm-20">
<div class="intro-item wow fadeInUp" data-wow-duration="1.5s">
<div class="intro-icon ">
<span class="icon-tools-2 "></span>
</div>
<h4 class="intro-title ">Install on system</h4>
<p class="intro-content ">Install HatSploit Framework to your system</p>
<code>pip3 install git+https://github.com/EntySec/HatSploit</code>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
<!-- Download End -->
<!-- Footer logo and social media button -->
<div class="logo-social-area section-padding ">
<div class="container text-center ">
<div class="socials ">
<a href="https://github.com/EntySec/HatSploit"><i class="fa fa-github "></i></a>
<a href="https://twitter.com/HatSploit"><i class="fa fa-twitter "></i></a>
</div>
</div>
</div>
<!-- Footer logo and social media button -->
<!-- Footer copyrgiht and navigation -->
<div class="copyright-footer ">
<div class="container ">
<div class="row ">
<div class="col-md-6 col-xs-12 ">
<p class="copyright ">Copyright 2020-2022, <a href="# ">EntySec</a>. All Right Reserved</p>
</div>
</div>
</div>
</div>
<!-- Footer copyrgiht and navigation -->
</footer>
<!-- Script -->
<script src="assets/js/jquery.min.js"></script>
<script src="assets/js/bootstrap.min.js"></script>
<script src="assets/js/jquery.nav.js"></script>
<script src="assets/js/wow.min.js"></script>
<script src="assets/js/jquery.localScroll.min.js"></script>
<script src="assets/js/jquery.magnific-popup.min.js"></script>
<script src="assets/js/owl.carousel.js"></script>
<script src="assets/js/plyr.js"></script>
<script src="assets/js/jquery.ajaxchimp.min.js"></script>
<script src="assets/js/jquery.stellar.min.js"></script>
<script src="https://maps.googleapis.com/maps/api/js?key=AIzaSyAmiJjq5DIg_K9fv6RE72OY__p9jz0YTMI"></script>
<script src="js/map.js"></script>
<script src="js/custom.js"></script>
</body>
</html>