-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathindex.html
More file actions
92 lines (89 loc) · 4.69 KB
/
index.html
File metadata and controls
92 lines (89 loc) · 4.69 KB
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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<title>NucleiFuzzer | Automated Web Vulnerability Fuzzer</title>
<link rel='stylesheet' href='https://cdnjs.cloudflare.com/ajax/libs/font-awesome/5.13.0/css/all.min.css'>
<link rel="stylesheet" href="/static/styles.css">
<link rel="shortcut icon" href="images/favicon.ico">
<meta property="og:title" content="NucleiFuzzer" />
<meta property="og:locale" content="en_US" />
<meta name="description" content="NucleiFuzzer is an automated web vulnerability fuzzer powered by Nuclei + advanced URL fuzzing." />
<meta property="og:description" content="Automated web vulnerability fuzzer powered by Nuclei + advanced URL fuzzing." />
<meta property="og:url" content="https://nucleifuzzer.0xkayala.com/" />
<meta property="og:site_name" content="NucleiFuzzer" />
<meta property="og:type" content="website" />
<meta name="twitter:card" content="summary" />
<meta property="twitter:title" content="NucleiFuzzer" />
</head>
<body>
<section class="showcase">
<div class="nucleifuzzer-container">
<img src="images/NucleiFuzzer.gif" alt="NucleiFuzzer background" style="opacity: 0.3;">
</div>
<div class="content">
<h1><img src="/images/NucleiFuzzer-Logo.png" alt="NucleiFuzzer logo" style="width: 500px;"></h1>
<h3 style="font-style: italic; font-weight: 300;">Automated Web Vulnerability Fuzzer powered by Nuclei + URL discovery.</h3>
<a href="https://github.com/0xkayala/nucleifuzzer" class="btn">GitHub</a>
<a href="#about" class="btn btn-highlight">Get Started!</a>
</div>
</section>
<section id="about">
<div class="content">
<h1>About</h1>
<p>
NucleiFuzzer is an advanced automation tool that streamlines web application security testing by
combining the power of <strong>Nuclei</strong>, <strong>ParamSpider</strong>, <strong>Waybackurls</strong>,
<strong>Gauplus</strong>, <strong>Hakrawler</strong>, and <strong>Katana</strong>. It efficiently discovers
hidden endpoints, parameters, and URLs, then scans them with <strong>fuzzing templates</strong> to uncover
vulnerabilities with speed and accuracy.
</p>
<p>
Designed for security professionals, bug bounty hunters, and developers, NucleiFuzzer ensures robust
protection by integrating <strong>URL validation</strong>, <strong>deduplication with uro</strong>, and
<strong>HTTP filtering using httpx</strong>, providing a seamless workflow for vulnerability detection and analysis.
</p>
<br><br><br><br><br><br>
<div class="row">
<div class="col-sm-3">
<h1 class="text-center"><i class="fas fa-search" aria-hidden="true"></i></h1>
<h3 class="text-center">Comprehensive Discovery</h3>
<p class="text-center">Integrates multiple tools to uncover URLs, parameters, and endpoints missed by others.</p>
</div>
<div class="col-sm-3">
<h1 class="text-center"><i class="fas fa-shield-alt" aria-hidden="true"></i></h1>
<h3 class="text-center">Enhanced Scanning</h3>
<p class="text-center">Uses Nuclei with fuzzing templates to detect a wide range of vulnerabilities precisely.</p>
</div>
<div class="col-sm-3">
<h1 class="text-center"><i class="fas fa-filter" aria-hidden="true"></i></h1>
<h3 class="text-center">Smart Filtering</h3>
<p class="text-center">Employs uro and httpx for deduplication and HTTP validation to focus only on meaningful results.</p>
</div>
<div class="col-sm-3">
<h1 class="text-center"><i class="fas fa-tachometer-alt" aria-hidden="true"></i></h1>
<h3 class="text-center">Optimized Performance</h3>
<p class="text-center">Supports rate limiting and batch scans for fast, efficient, and customizable workflows.</p>
</div>
</div>
</div>
</section>
<section id="contributors">
<div class="content">
<h1>Contributors</h1>
<p>
NucleiFuzzer is an open-source project made with ❤️ by <a href="https://0xkayala.com">0xKayala</a> and the infosec community.
</p>
<p>
If you want to contribute to this project, please see
<a href="https://github.com/NucleiFuzzer/NucleiFuzzer/blob/main/CONTRIBUTING.md" target="_blank">CONTRIBUTING.md</a>
and submit a pull request with your awesome contributions!
</p>
<br><br>
<a href="https://github.com/0xKayala/NucleiFuzzer/graphs/contributors" target="_blank">
<img src="https://contrib.rocks/image?repo=0xKayala/NucleiFuzzer" alt="Contributors">
</a>
</div>
</section>
</body>
</html>