-
Notifications
You must be signed in to change notification settings - Fork 6
/
index.html
47 lines (47 loc) · 2.28 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
<!DOCTYPE html>
<html>
<meta charset="utf-8">
<meta name="description" content="Bug Bounty Dorking Site"/>
<meta name="keywords" content="Bug Bounty, Hackerone, XSS, Subdomain"/>
<meta name="robots" content="index"/>
<title>Proviesec Bug Bounty Dorking Site</title>
<link rel="stylesheet" href="custom.css">
<script type="text/javascript" src="js/main.js"></script>
<body>
<input id="menu-switch" type="checkbox" />
<nav id="menu" role="navigation">
<div class="brand"><a href="?">𝕡</a><img src="https://avatars.githubusercontent.com/u/92156402?s=400&u=7fe0dbb9085a37818ee8c2b061432a9a69cbff42&v=4" alt="Proviesec logo" title="Proviesec" align="right" height="60" /></div>
<div id="menuCategoryList">
</div>
</nav>
<div class="page-wrap">
<label for="menu-switch" id="menu-toggle"></label>
<div class="container">
<a class="social-link" href="https://github.com/provie/Provies-Bug-Bounty-Dorking-Site-PBBDS">PBBDS - GitHub Repo</a>
<a class="social-link" href="https://twitter.com/proviesec">Twitter - Proviesec</a>
<a class="social-link" href="https://proviesec.medium.com/">Medium - Blog - Proviesec</a>
<br>
<br>
<a href="https://www.buymeacoffee.com/proviesec" target="_blank"><img src="https://cdn.buymeacoffee.com/buttons/default-orange.png" alt="Buy Me A Coffee" height="41" width="174"></a>
</div>
<div class="container" role="main">
<article>
<h1>Provies Bug Bounty Dorking Site - PBBDS</h1>
<div class="input-group control">
<input value="" class="form-control" type="url" name="domain" id="domain" required="required" autocomplete="off" placeholder="www.victim.com">
<label for="domain">Your Domain:</label>
<div class="req-mark">!</div>
</div>
<span class="control"> With subdomain: <input type="checkbox" id="myCheck" checked="checked" onclick="withoutSubdomain()"></span>
<div id="reconlist">
</div>
<script type="text/javascript"> startSite(); </script>
</article>
<div class="search-group control">
<label for="search">Your Search:</label>
<input value="" class="search-control" type="text" name="search" id="search" placeholder="Github dorks">
</div>
</div>
</div>
</body>
</html>