-
Notifications
You must be signed in to change notification settings - Fork 2
/
challenges.html
131 lines (123 loc) · 4.76 KB
/
challenges.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
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Challenges VAH</title>
<link rel="stylesheet" href="./styles/ch.css">
</head>
<body>
<div class="container">
<div class="card">
<img src="./images/random.gif" class="card-img">
<div class="card-content">
<h2>Web 1 Obfuscation</h2>
<p>Difficulty: Very Easy</p>
<p>Type: Web</p>
<p>Author: voltaik</p>
<p>.</p>
<a href="./challenges/web/web 1 obf/index.html" class="card-action"><button class="button"> Start Challenge
</button></a>
</div>
</div>
<div class="card">
<img src="./images/Obfuscation.gif" class="card-img">
<div class="card-content">
<h2>Web 2 Obfuscation</h2>
<p>Difficulty: Easy</p>
<p>Type: Web</p>
<p>Author: voltaik</p>
<p>.</p>
<a href="./challenges/web/web 2 obf/index.html" class="card-action"><button class="button"> Start Challenge
</button></a>
</div>
</div>
<div class="card">
<img src="./images/dg.gif" class="card-img">
<div class="card-content">
<h2>XOR Challenge</h2>
<p>Difficulty: Easy</p>
<p>Type: RE,Encryption</p>
<p>Author: voltaik</p>
<p>.</p>
<a href="./challenges/re/xor/vah_pass.exe" class="card-action"><button class="button"> Start Challenge
</button></a>
</div>
</div>
<div class="card">
<img src="./images/ec.gif" class="card-img">
<div class="card-content">
<h2>Economics101 Challenge</h2>
<p>Difficulty: Medium</p>
<p>Type: RE</p>
<p>Author: ByteBrew</p>
<p>.</p>
<a href="./challenges/economics101/linux/economics101.out" class="card-action"><button class="button"> Get .out file
</button></a>
<a href="./challenges/economics101/economics_101.exe" class="card-action"><button class="button"> Get .exe file
</button></a>
</div>
</div>
<div class="card">
<img src="./images/codyforsalt.gif" class="card-img">
<div class="card-content">
<h2>Web Hash Cracking</h2>
<p>Difficulty: Very Easy</p>
<p>Type: Web</p>
<p>Author: Saltine</p>
<p>.</p>
<a href="http://saltinechall5.42web.io/" class="card-action"><button class="button"> Start Challenge
</button></a>
</div>
</div>
<div class="card">
<img src="./images/monkey.gif" class="card-img">
<div class="card-content">
<h2>Web Hash Cracking 2</h2>
<p>Difficulty: Medium</p>
<p>Type: Web</p>
<p>Author: ratgpt</p>
<p>.</p>
<a href="https://maskworld.vercel.app/" class="card-action"><button class="button"> RATTT GPT ITTT (START)
</button></a>
</div>
</div>
<div class="card">
<img src="./images/devwow.gif" class="card-img">
<div class="card-content">
<h2>Web/Decryption</h2>
<p>Difficulty: Easy</p>
<p>Type: Web</p>
<p>Author: Saltine</p>
<p>.</p>
<a href="./challenges/web/finalchall/webfinder.zip" class="card-action"><button class="button"> Start Challenge
</button></a>
</div>
</div>
<div class="card">
<img src="./images/oldcomputy.gif" class="card-img">
<div class="card-content">
<h2>Web Store (CURRENTLY DOWN)</h2>
<p>Difficulty: Medium</p>
<p>Type: Web</p>
<p>Author: Saltine</p>
<p>.</p>
<a href="http://retrotech.onlinewebshop.net/" class="card-action"><button class="button"> Start Challenge
</button></a>
</div>
</div>
<div class="card">
<img src="./images/giphy.gif" class="card-img">
<div class="card-content">
<h2>Chromium Exploitation</h2>
<p>Difficulty: Unsure</p>
<p>Type: Browser</p>
<p>Author: Storm</p>
<p>.</p>
<a href="https://www.dropbox.com/scl/fi/mpk48lpth5o4x5cgq3rd0/mojo-837fd2df59f60214ffa666a0b71238b260ffd9114fd612a7f633f4ba1b4da74f.tar.gz?rlkey=a5jglv88kyss2m2l4eh7aa7os&st=rm13enkt&dl=0" class="card-action"><button class="button"> Start Challenge
</button></a>
</div>
</div>
</div>
</body>
</html>