-
Notifications
You must be signed in to change notification settings - Fork 26
/
Copy pathindex.html
38 lines (38 loc) · 1.23 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
<!DOCTYPE html>
<html>
<head>
<link rel="icon" href="data:image/x-icon;base64,AAABAAEAEBACAAEAAQCwAAAAFgAAACgAAAAQAAAAIAAAAAEAAQAAAAAAgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA////AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAD//wAA//8AAP//AAD//wAA//8AAP//AAD//wAA//8AAP//AAD//wAA//8AAP//AAD//wAA//8AAP//AAD//wAA">
<title>‍</title>
<style>
body{
margin: 0px;
padding: 0px;
background-color: black;
}
*{
color:white;
}
</style>
</head>
<body>
<h1>Bunker PRO</h1>
<p>bleeding edge exploit manager</p>
<div>
<input id="cxf" type="checkbox"><label>Only for my extensions</label>
<br>
<input id="ccf" type="checkbox"><label>Only for my chrome configuration</label>
<br>
<p id="ads"><button>Add system information</button> to filter out methods that won't work for you</p>
<br>
<label>Target: </label><select>
<option value="all">All Levels (150)</option>
<option value="web">Webview (42)</option>
<option value="browser">Browser (0)</option>
<option value="acc">Account (1)</option>
<option value="comp">Computer (1)</option>
<option value="root">ROOT (0)</option>
</select>
</div>
<script src="runtime.js"></script>
</body>
</html>