-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
53 lines (52 loc) · 1.95 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
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<meta http-equiv="X-UA-Compatible" content="IE=edge" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<link
rel="stylesheet"
href="https://cdnjs.cloudflare.com/ajax/libs/skeleton/2.0.4/skeleton.min.css"
integrity="sha512-EZLkOqwILORob+p0BXZc+Vm3RgJBOe1Iq/0fiI7r/wJgzOFZMlsqTa29UEl6v6U6gsV4uIpsNZoV32YZqrCRCQ=="
crossorigin="anonymous"
referrerpolicy="no-referrer"
/>
<link rel="stylesheet" href="style.css">
<title>Indice prove</title>
</head>
<body>
<div class="container">
<h1>Indice prove</h1>
<li>
<a href="./simple/simple.html" target="_blank">Use of console</a>
</li>
<li>
<a href="https://github.com/LorenzoZaccagnini/ethereum-cybersecurity/tree/main/txorigin" target="_blank">TxOrigin</a>
</li>
<li>
<a href="./overflow/overflow.html" target="_blank">Overflow Underflow - Hell Bank</a>
</li>
<li>
<a href="https://github.com/LorenzoZaccagnini/ethereum-cybersecurity/tree/main/bec" target="_blank">BEC chain</a>
</li>
<li>
<a href="https://github.com/LorenzoZaccagnini/ethereum-cybersecurity/tree/main/forced" target="_blank">Forced Eth</a>
</li>
<li>
<a href="https://github.com/LorenzoZaccagnini/ethereum-cybersecurity/tree/main/delegate" target="_blank">Delegation</a>
</li>
<li>
<a href="https://github.com/LorenzoZaccagnini/ethereum-cybersecurity/tree/main/reentrancy" target="_blank">Reentrancy</a>
</li>
<li>
<a href="./dos/dos.html" target="_blank">Denial of Service</a>
</li>
<li>
<a href="./visibility/visibility.html" target="_blank">Private Exploit</a>
</li>
<li>
<a href="https://github.com/LorenzoZaccagnini/ethereum-cybersecurity/tree/main/random" target="_blank">Entropy</a>
</li>
</div>
</body>
</html>