-
Notifications
You must be signed in to change notification settings - Fork 33
/
popup.html
53 lines (27 loc) · 1.53 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
<div id="main" >
<div id="s3c">
<section>
<center>
<!-- search -->
<div class="form-group">
<label for="site"><b>Spider Site</b></label>
<input type="text" class="form-control col-6" id="site" placeholder="example.com"><br>
<input type="text" class="form-control col-6" id="block" placeholder="Add block list like paths and ext example /path,/path2 OR .png,.jepg"><br>
<input type="text" class="form-control col-6" id="anticsrf" placeholder="Enter anticsrf name"><br>
<center><button id="sp" class="btn btn-primary spider-button">Spider</button></center>
</div>
<button class="btn btn-success params-button" type="button" >Params <b class="found-params">0</b></button>
<button class="btn btn-success paths-button" type="button" >Paths <b class="found-path">0</b></button>
<button class="btn btn-success xss-button" type="button" >XSS <b class="found-XSS">0</b></button>
<button class="btn btn-success rd-button" type="button" >Redirect <b class="found-rd">0</b></button>
<div class="list-res" style="display: none" id="s3c"><br>
<b>Results:</b> <br><br>
<div id="s3c" class="result" style="overflow-x:hidden;overflow-y:scroll">
</div>
</center>
<div id="s3c" class="frames">
<iframe id="frame" sandbox="allow-scripts allow-same-origin allow-forms " style="display:none"></iframe>
</div>
</section>
</div>
</div>