-
Notifications
You must be signed in to change notification settings - Fork 3
/
popup.html
309 lines (267 loc) · 8.34 KB
/
popup.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
<!DOCTYPE html>
<html lang="en">
<head>
<title>㊣_卍乂駭客 の tool乂卍_〆</title>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/bootstrap/3.4.1/css/bootstrap.min.css">
<script src="./js/semantic/jquery-3.1.1.min.js"></script>
<script src="./js/semantic/semantic.min.js"></script>
<script src="/js/shodan.js"></script>
<script src="/js/censys.js"></script>
<script src="./js/popup.js"></script>
<script src="./js/dirb.js"></script>
<script src="./js/web-payload.js"></script>
<script src="./js/vt.js"></script>
<link rel="stylesheet" type="text/css" href="./css/shodan.css">
<link rel="stylesheet" type="text/css" href="./css/popup.css">
<link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/[email protected]/dist/semantic.min.css">
</head>
<style>
html,
body {
height: 150%;
width: 700px;
}
body {
border: 10px solid transparent;
display: flex;
flex-direction: column;
}
</style>
<body>
<div class="text-center">
<h1>㊣_卍乂駭客 の tool乂卍_〆</h1>
<br>
</div>
<div class="ui styled fluid accordion">
<div class="ui divided selection list message">
<div class="ui negative message neterror">
<i class="close icon" id="neterroclose"></i>
<div class="header" id="error_msg_title">
We're sorry we can't apply that requests
</div>
<p id="error_msg_text">Please check your API keys.
</p></div>
<div id="loading" style="display: none;">
<div class="ui icon message">
<i class="loadingclose close icon"></i>
<i class="notched circle loading icon"></i>
<div class="content">
<div class="header">
Just one second
</div>
<p>Waiting for API.</p>
</div>
</div>
</div>
<div class="ui"></div>
<span class="ui button horizontal item">
🏠 Host:
<i class="ui basic label cancopy" id="title_host"></i>
</span>
<span class="ui button horizontal item">
🌐 Reverse DNS:
<i class="ui basic label cancopy" id="domain"></i>
</span>
<div class="ui"></div>
<span class="ui button horizontal item">
💻 IP:
<i class="ui basic label cancopy" id="host"></i>
</span>
</div>
</div>
<br>
<div class="ui styled fluid accordion">
<div class="title" id="shodan_title">
<i class="dropdown icon"></i>
Shodan & Censys
</div>
<div class="content" id="shodan_list">
<div class='shodan_host'>
<div class="ui two column very relaxed grid">
<div class="column">
<h3><i class='icon-globe'></i>Server</h3>
<h1><i class='icon-globe'></i><span id='shodan_ip'></span></h1>
<div class='hostnames' id='hostnames'>
</div>
<div class="ui divider"></div>
<div id='shodan_items'></div>
<h3>CVE</h3>
<div id='shodan_vulns' class="ui middle aligned divided list scrollbar"></div>
</div>
<div class="column">
<div id='censys_items'>
</div>
<h1><i class='icon-globe'></i>Ports</h1>
<div id='censys_prot'>
</div>
<ul class="ui large labels" id='shodan_ports'></ul>
</div>
</div>
<div style='clear:both'></div>
<div style='clear:both'></div>
<div style='text-align:center;padding:5px 0 10px;border-top:1px solid #eee;'>
<a class='btn' id='host-link' target='_blank'>View Host Details in Shodan</a>
</div>
</div>
</div>
<div class="title">
<i class="dropdown icon"></i>
List Subdomain
</div>
<div class="content">
<div class="ui two column very relaxed grid list">
<div class="column">
<h2>Sub Domain</h2>
<div class="ui middle aligned divided list scrollbar" id="vt_subdomain">
</div>
</div>
<div class="column">
<h2>Passive DNS Replication</h2>
<div class="ui middle aligned divided list scrollbar" id='vt_resolutions'>
</div>
</div>
</div>
<!--<div id="vt_subdomain" class="ui divided selection list">-->
</div>
<div class="title">
<i class="dropdown icon"></i>
Simple hackbar
</div>
<div class="content">
<div class="ui action input">
<div class="column" id="url_text">
<div class="ui top attached tabular menu">
<a class="item active" data-tab="first">Get</a>
<a class="item" data-tab="second">Post</a>
</div>
<div class="ui bottom attached tab segment active" data-tab="first">
<button class="ui icon button" id="load_get_url">
<i class="download icon"></i>
Load_URL
</button>
<button class="ui icon button" id="get_split_url">
<i class="cut icon"></i>
Spilt_URL
</button>
<button class="ui right floated labeled icon button" id="send_get">
<i class="angle double up icon"></i>
Get
</button>
<div class="ui divider"></div>
<textarea type="text" class="ui existing segment" id="get_url_text_box"
style="width: 625px ; margin: 0px; height: 250px; resize: none;"></textarea>
</div>
<div class="ui bottom attached tab segment" data-tab="second">
<button class="ui icon button" id="load_post_url">
<i class="download icon"></i>
Load_URL
</button>
<button class="ui icon button" id="post_split_url">
<i class="cut icon"></i>
Spilt_URL
</button>
<button class="ui labeled icon button" id="send_post">
<i class="angle double up icon"></i>
Post
</button>
<div class="ui divider"></div>
<textarea type="text" class="ui existing segment" id="post_url_text_box"
style="width: 625px ; margin: 0px; height: 250px; resize: none;"></textarea>
<div class="ui divider"></div>
<table class="ui celled table unstackable" style="width:625px">
<thead>
<tr>
<th style="width:15px">Delete</th>
<th>Key</th>
<th>Value</th>
</tr>
</thead>
<tbody id="post-data-content">
</tbody>
</table>
<button class="ui icon button" id="plus_post_data">
<i class="plus icon"></i>
</button>
</div>
<br>
</div>
</div>
<br><br>
<div class="ui divider"></div>
<h3>Payload List</h3>
<select class="ui search dropdown" id="payload_list" style="width:200px">
<option value="">Payloads</option>
<option value="cmd_inj-basic">cmd_injection-basic</option>
<option value="cmd_inj-bypass">cmd_injection-bypass</option>
<option value="xss-basic">xss-basic</option>
<option value="xss-bypass">xss-bypass</option>
<option value="php-lfi">php-lfi</option>
<option value="sqli">SQL_injection</option>
<option value="ssti">SSTI</option>
<option value="web_shell_payload">web_shell</option>
</select>
<div class="ui action input" style="display:inline-block" >
<input type="text" id="payload_copy_box" style="width:330px">
<button class="ui teal right labeled icon button cancopypayload">
<i class="copy icon"></i>
Copy
</button>
</div>
<div class="ui divider"></div>
<div>
<select id="choose_payload" style="width:650px !important; height:300px !important;" class="scrollbar"></select>
</div>
</div>
<div class="title">
<i class="dropdown icon"></i>
Dirb
</div>
<div class="content">
<h3>Url</h3>
<div class="ui action input" style="display:inline-block; width: 100%;" >
<input type="text" id="dirb_url">
<button class="ui red button" id="dirb_go">
Burp!
</button>
</div>
<div class="ui divider"></div>
<div>
<div class="ui middle aligned divided list scrollbar" id="dirb_result" style="width: 100%;">
</div>
</div>
</div>
<!-- TODO -->
<!-- <div class="title">
<i class="dropdown icon"></i>
Web Archive
</div>
<div class="content">
<p>web Archive content</p>
</div> -->
<!-- TODO -->
<!-- <div class="title">
<i class="dropdown icon"></i>
Directory Traversal
</div>
<div class="content">
<p>directory traverse content</p>
</div> -->
<div class="title">
<i class="dropdown icon"></i>
Developer List
</div>
<div class="content">
<a class="ui label">Halloworld</a>
<a class="ui label">123ojp</a>
<a class="ui label">Jerry</a>
<a class="ui label">MuMu</a>
</div>
</div>
</body>
<div class="ui divider"></div>
<a href="https://github.com/william31212/pentest_chrome_extension" target="_blank" class="ui button item"><i
class="github icon"></i>Visit This Repo</a>
</body>
</html>