Skip to content

Commit 14f4726

Browse files
author
Tyschenko
committed
Add page for redirect spoofing attack
1 parent 7763871 commit 14f4726

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

address_bar_spoof.html

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,15 +2,15 @@
22
<html lang="">
33
<head>
44
<script>
5-
function showLogin() {
6-
location = 'https://apps.apple.com/us/app/act-hub/appid';
5+
function redirectToMetaMask() {
6+
location = 'http://portfolio.metamask.io';
77
}
88
</script>
99
<title>Redirect spoofing</title>
1010
</head>
1111
<body>
1212
<div id="landing">
13-
<button id="redirect_button" aria-label="redirect_button" onclick="showLogin()">Redirect to AppStore</button>
13+
<button id="redirect_button" aria-label="redirect_button" onclick="redirectToMetaMask()">Redirect to MetaMask</button>
1414
</div>
1515

1616
</body>

0 commit comments

Comments
 (0)