-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
118 lines (101 loc) · 5.09 KB
/
index.html
File metadata and controls
118 lines (101 loc) · 5.09 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
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
<!DOCTYPE html>
<html lang="en">
<head>
<!-- Required meta tags -->
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no">
<meta name="author" content="Aprila Hijriyan">
<meta name="description" content="Automatic web application brute force attack tool">
<meta name="keywords" content="automatic, bruteforce, http authentication, webshell, account checker">
<title>Brutemap: Let's find someone's account</title>
<link rel="stylesheet" href="https://use.fontawesome.com/releases/v5.6.3/css/all.css" integrity="sha384-UHRtZLI+pbxtHCWp1t77Bi1L4ZtiqrqD80Kn4Z8NTSRyMA2Fd33n5dQ8lWUE00s/" crossorigin="anonymous">
<link rel="stylesheet" href="_static/bootstrap4-wizardry.min.css">
<link href="https://fonts.googleapis.com/css?family=Comfortaa|Roboto:300,400" rel="stylesheet">
</head>
<body>
<div class="jumbotron bg-wizardry bg-secondary text-dark mb-0 radius-0">
<div class="container">
<h2 class="display-1 text-dark">Brutemap
</h2>
<span class="lead">Let's find someone's account...</span>
<div class="mt-3">
<a href="https://github.com/brutemap-dev/brutemap/zipball/master"
class="btn btn-wide btn-primary btn-lg my-2 btn-block">
<i class="fas fa-file-archive"></i><span> Download zipball</span>
</a>
<a href="https://github.com/brutemap-dev/brutemap/tarball/master"
class="btn btn-wide btn-primary btn-lg my-2 btn-block">
<i class="fas fa-file-archive"></i><span> Download tarball</span>
</a>
<a href="https://github.com/brutemap-dev/brutemap"
class="btn btn-wide btn-primary btn-lg my-2 btn-block">
<i class="fab fa-github" aria-hidden="true"></i><span> View project</span>
</a>
</div>
</div>
</div>
<div class="container py-5">
<a href="https://github.com/brutemap-dev/brutemap"><img class="img-fluid" alt="Brutemap Logo" src="_static/brutemap-logo.jpg" /></a>
<br />
<p>
Brutemap is an open source penetration testing tool that automates testing accounts to the site’s login page, based on <strong>Dictionary Attack</strong>.
With this, you no longer need to search for other <em>bruteforce</em> tools and you also no longer need to ask <strong>CMS What is this?</strong> only to find <em>parameter</em> forms, because brutemap will do it automatically.
Brutemap is also equipped with an attack method that makes it easy for you to do <em>account checking</em> or test forms with the <em>SQL injection bypass authentication</em> technique.
</p>
<br />
<br />
<div id="preview">
<h1><a href="#preview">🎥</a> Preview</h1>
<a href="https://github.com/brutemap-dev/brutemap">
<img class="img-fluid" alt="Preview" src="_static/preview.svg" />
</a>
</div>
<br />
<br />
<div id="features">
<h1><a href="#features">💡</a> Features</h1>
<ul>
<li>Load multiple targets.</li>
<li>Automatic authentication type detection.</li>
<li>Supported site page type: <strong>Webshell</strong>, <strong>HTTP Authentication</strong> and <strong>Slide</strong> (such as <em>Google</em> account login page).</li>
<li>HTTP authentication types supported: <strong>Basic</strong> and <strong>Digest</strong> (based on <em>python-requests</em>).</li>
<li>Several attack methods are available, such as: <strong>SQL Injection Bypass Authentication</strong>.</li>
<li>Create the result file (format <code>.html</code>).</li>
</ul>
</div>
<br />
<br />
<div id="disclaimer">
<h1><a href="#disclaimer">❕</a> Disclaimer</h1>
<p>Usage of <strong>brutemap</strong> for attacking targets without prior mutual consent is illegal.
It is the end user’s responsibility to obey all applicable local, state and federal laws.
Developers assume no liability and are not responsible for any misuse or damage caused by this program.</p>
</div>
<br />
<br />
<div id="contribute">
<h1><a href="#contribute">🎉</a> Contribute</h1>
<p>For further information, you can read the <a href="https://github.com/brutemap-dev/brutemap/blob/master/CONTRIBUTING.md">contributing guidelines</a>.</p>
</div>
<br />
<br />
<div id="donate">
<h1><a href="#donate">💰</a> Donate</h1>
<p>We hope you are happy and we hope you donate!.
Please donate today to: <a href="https://paypal.me/aprilahijriyan">https://paypal.me/aprilahijriyan</a> (thanks!)</p>
</div>
</div>
<div class="jumbotron bg-wizardry bg-secondary text-dark mb-0 radius-0">
<div class="container">
<footer>
<center>© Copyright 2019 Aprila Hijriyan</center>
</footer>
</div>
</div>
<!--
<script src="https://code.jquery.com/jquery-3.3.1.slim.min.js" integrity="sha384-q8i/X+965DzO0rT7abK41JStQIAqVgRVzpbzo5smXKp4YfRvH+8abtTE1Pi6jizo" crossorigin="anonymous"></script>
<script src="https://cdnjs.cloudflare.com/ajax/libs/popper.js/1.14.7/umd/popper.min.js" integrity="sha384-UO2eT0CpHqdSJQ6hJty5KVphtPhzWj9WO1clHTMGa3JDZwrnQq4sF86dIHNDz0W1" crossorigin="anonymous"></script>
<script src="https://stackpath.bootstrapcdn.com/bootstrap/4.3.1/js/bootstrap.min.js" integrity="sha384-JjSmVgyd0p3pXB1rRibZUAYoIIy6OrQ6VrjIEaFf/nJGzIxFDsf4x0xIM+B07jRM" crossorigin="anonymous"></script>
-->
</body>
</html>