forked from reactor-coding/buypass
-
Notifications
You must be signed in to change notification settings - Fork 9
/
Copy pathindex.html
33 lines (30 loc) · 1.12 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
<!doctype html>
<html lang="en">
<head>
<link rel="shortcut icon" type="image/x-icon" href="favicon.png" />
<meta charset="utf-8" />
<meta name="viewport" content="width=device-width, initial-scale=1" />
<title>Buypass POC</title>
<link rel="stylesheet" href="./style.css" />
<script src="./script.js" defer></script>
</head>
<body>
<input type="url" value="https://google.com" />
<button>
<span style="font-size: 80px">The Buypass</span><br />
<span style="font-size: 20px">By Bypassi</span>
</button>
<p>Click the button! This will only bypass certain Chrome extensions.</p>
<p>
You can read more about this exploit on
<a href="https://github.com/bypassiwastaken/buypass">its GitHub page</a>.
</p>
<div class="credit">
<p>
<a href="https://github.com/S-PScripts/buypass">S-PScripts/buypass</a>
(remixed <a href="https://github.com/reactor-coding/buypass">reactor-coding/buypass</a>)
(remixed <a href="https://github.com/bypassiwastaken/buypass">bypassiwastaken/buypass</a>)
</p>
</div>
</body>
</html>