-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
81 lines (76 loc) · 4.79 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
<!DOCTYPE html>
<html>
<head>
<meta content="text/html; charset=utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Dorky</title>
<link rel="shortcut icon" type="image/jpg" href="https://bit.ly/3jLmWmk">
<link href="/public/output.css" rel="stylesheet">
<link href="/public/style.css" rel="stylesheet">
<link rel="stylesheet" href="https://maxst.icons8.com/vue-static/landings/line-awesome/line-awesome/1.3.0/css/line-awesome.min.css">
<script src="https://code.iconify.design/2/2.1.2/iconify.min.js"></script>
</head>
<body class="bg-[#1e1e20]">
<p id="title" class="text-center text-white text-3xl font-bold p-6 bg-[#18181a]">
DORKY
<i class="las la-search la-rotate-270"></i>
</p>
<div class="text-center mt-4">
<label for="fname" class="text-white font-bold sm:break-words">TARGET DOMAIN : </label>
<input class="p-1 border-2 hover:shadow-md hover:shadow-black outline-none" id="target" name="target" placeholder="site.com" autofocus="" type="text" value="">
</div>
<div class="main">
<div class="text-white grid lg:grid-cols-3 md:grid-cols-2 sm:grid-cols-1 lg:ml-40 md:ml-35 sm:ml-20 p-1 mt-6 text-lg font-semibold">
<a href="#" onclick="dork(1)">🕵️♂️ Find API keys</a>
<a href="#" onclick="dork(38)">🕵️♂️ Directory listing vulnerabilities</a>
<a href="#" onclick="dork(2)">🕵️♂️ Exposed Configuration files</a>
<a href="#" onclick="dork(3)">🕵️♂️ Exposed Database files</a>
<a href="#" onclick="dork(10)">🕵️♂️ Find WordPress</a>
<a href="#" onclick="dork(4)">🕵️♂️ Exposed log files</a>
<a href="#" onclick="dork(5)">🕵️♂️ Backup and old files</a>
<a href="#" onclick="dork(6)">🕵️♂️ Login pages</a>
<a href="#" onclick="dork(7)">🕵️♂️ SQL errors</a>
<a href="#" onclick="dork(41)">🕵️♂️ Index of MYSQL folder</a>
<a href="#" onclick="dork(42)">🕵️♂️ Database .yml files</a>
<a href="#" onclick="dork(8)">🕵️♂️ Publicly exposed documents</a>
<a href="#" onclick="dork(9)">🕵️♂️ phpinfo()</a>
<a href="#" onclick="dork(11)">🕵️♂️ Finding Backdoors</a>
<a href="#" onclick="dork(12)">🕵️♂️ Install / Setup files</a>
<a href="#" onclick="dork(13)">🕵️♂️ Open Redirects</a>
<a href="#" onclick="dork(14)">🕵️♂️ Apache STRUTS RCE</a>
<a href="#" onclick="dork(15)">🕵️♂️ Find Pastebin entries</a>
<a href="#" onclick="dork(39)">🕵️♂️ Target Emails</a>
<a href="#" onclick="dork(43)">🕵️♂️ Userlist</a>
<a href="#" onclick="dork(44)">🕵️♂️ ASP Userlist</a>
<a href="#" onclick="dork(17)">🕵️♂️ .htaccess sensitive files</a>
<a href="#" onclick="dork(45)">🕵️♂️ Files containing Passwords</a>
<a href="#" onclick="dork(40)">🕵️♂️ Password.txt Files</a>
<a href="#" onclick="dork(16)">🕵️♂️ Employees on LINKEDIN</a>
<a href="#" onclick="dork(18)">🕵️♂️ Find Subdomains</a>
<a href="#" onclick="dork(19)">🕵️♂️ Find Sub-Subdomains</a>
<a href="#" onclick="dork(20)">🕵️♂️ Find WordPress #2</a>
<a href="#" onclick="dork(33)">🕵️♂️ Find WordPress [Wayback Machine]</a>
<a href="#" onclick="dork(21)">🕵️♂️ Search in GITHUB</a>
<a href="#" onclick="dork(31)">🕵️♂️ Search in OpenBugBounty</a>
<a href="#" onclick="dork(32)">🕵️♂️ Search in Reddit</a>
<a href="#" onclick="dork(22)">🕵️♂️ Test CrossDomain</a>
<a href="#" onclick="dork(23)">🕵️♂️ Check in ThreatCrowd</a>
<a href="#" onclick="dork(24)">🕵️♂️ Find .SWF file (Google)</a>
<a href="#" onclick="dork(25)">🕵️♂️ Find .SWF file (Yandex)</a>
<a href="#" onclick="dork(26)">🕵️♂️ Search SWF in WayBack Machine</a>
<a href="#" onclick="dork(27)">🕵️♂️ Search in WayBack Machine #2</a>
<a href="#" onclick="dork(28)">🕵️♂️ Search in WayBack Machine #3</a>
<a href="#" onclick="dork(29)">🕵️♂️ Search in WayBack Machine [List/All]</a>
<a href="#" onclick="dork(30)">🕵️♂️ Check in crt.sh</a>
<a href="#"> 🕵️♂️ Check in CENSYS <u onclick="dork(34)"> [IP4] </u> | <u onclick="dork(35)">[DOMAINS]</u> | <u onclick="dork(36)">[CERTS]</u></a>
<a href="#" onclick="dork(37)">🕵️♂️ Search in SHODAN</a>
<!--more dorks to be added-->
</div>
</div>
<div class="text-center text-white align-bottom my-10 absolute inset-x-0">
<i class="las la-code"></i>
<a href="https://www.twitter.com/zerodayrat" target="_blank">SAEED</a>
</div>
<script src="/src/script.js"></script>
</body>
</html>