-
Notifications
You must be signed in to change notification settings - Fork 4
/
Copy pathattacker.html
42 lines (32 loc) · 1.16 KB
/
attacker.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
<?xml version="1.0" encoding="utf-8"?>
<!DOCTYPE html>
<html>
<head>
<title>Attacker's iframe</title>
<link rel="icon" href="/logo.png" sizes="32x32" />
<script src='https://cdn.plot.ly/plotly-latest.min.js'></script>
</head>
<style>
body {
font-family: monospace;
}
</style>
<body>
<h1 id="page_url">
<script>
document.getElementById("page_url").innerHTML = "Attacker iframe: "+window.location.href
</script>
</h1>
<script src="fpvi.js"></script>
<button onclick="on_button_attack()">Auto-attack</button>
<button onclick="on_button_calibrate()">Calibrate</button>
<br/><br/>
Addr: <input type="text" id="addr" value="0xdeadbeef000">
<button onclick="on_button_leak()">Leak</button>
<br/><br/>
<div id="hist_div_0"></div>
<div id="hist_div_1"></div>
<img src="https://media.giphy.com/media/aNqEFrYVnsS52/giphy.gif" width="70%" />
<br/><br/>
</body>
</html>