-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathchallenge.json
229 lines (226 loc) · 6.14 KB
/
challenge.json
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
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
[
{
"name": "HTML - Source code",
"description": "The source code of the page is available. What is the password?",
"ch": 1,
"points": 5,
"tools": ["nuclei"],
"script": "solver-nuclei.sh"
},
{
"name": "HTTP - IP restriction bypass",
"description": "The web server is only accessible from the local network. What is the password?",
"ch": 68,
"points": 10,
"tools": ["nuclei"],
"script": "solver-nuclei.sh"
},
{
"name": "HTTP - Open redirect",
"description": "The web server is vulnerable to open redirect. What is the password?",
"ch": 52,
"points": 10,
"tools": ["nuclei"],
"script": "solver-nuclei.sh"
},
{
"name": "HTTP - User-agent",
"description": "The web server is vulnerable to user-agent bypass. What is the password?",
"ch": 2,
"points": 10,
"tools": ["nuclei"],
"script": "solver-nuclei.sh"
},
{
"name": "Weak password",
"description": "The web server is vulnerable to a weak password. What is the password?",
"ch": 3,
"points": 10,
"tools": ["nuclei"],
"script": "solver-nuclei.sh"
},
{
"name": "PHP - Command injection",
"description": "The web server is vulnerable to command injection. What is the password?",
"ch": 54,
"points": 10,
"tools": ["nuclei"],
"script": "solver-nuclei.sh"
},
{
"name": "HTTP - Directory indexing",
"description": "The web server is vulnerable to directory indexing. What is the password?",
"ch": 4,
"points": 15,
"tools": ["nuclei"],
"script": "solver-nuclei.sh"
},
{
"name": "HTTP - Headers",
"description": "The web server is vulnerable to headers. What is the password?",
"ch": 5,
"points": 15,
"tools": ["nuclei"],
"script": "solver-nuclei.sh"
},
{
"name": "HTTP - POST",
"description": "The web server is vulnerable to POST. What is the password?",
"ch": 56,
"points": 15,
"tools": ["nuclei"],
"script": "solver-nuclei.sh"
},
{
"name": "HTTP - Improper redirect",
"description": "The web server is vulnerable to improper redirect. What is the password?",
"ch": 32,
"points": 15,
"tools": ["nuclei"],
"script": "solver-nuclei.sh"
},
{
"name": "HTTP - Verb tampering",
"description": "The web server is vulnerable to verb tampering. What is the password?",
"ch": 8,
"points": 15,
"tools": ["nuclei"],
"script": "solver-nuclei.sh"
},
{
"name": "Install files",
"description": "The web server is vulnerable to install files. What is the password?",
"ch": 6,
"points": 15,
"tools": ["nuclei"],
"script": "solver-nuclei.sh"
},
{
"name": "CRLF",
"description": "The web server is vulnerable to CRLF. What is the password?",
"ch": 14,
"points": 20,
"tools": ["nuclei"],
"script": "solver-nuclei.sh"
},
{
"name": "File upload - Double extensions",
"description": "The web server is vulnerable to file upload. What is the password?",
"ch": 20,
"points": 20,
"tools": ["nuclei"],
"script": "solver-nuclei.sh"
},
{
"name": "File upload - MIME type",
"description": "The web server is vulnerable to MIME type. What is the password?",
"ch": 21,
"points": 20,
"tools": ["nuclei"],
"script": "solver-nuclei.sh"
},
{
"name": "HTTP - Cookies",
"description": "The web server is vulnerable to cookies. What is the password?",
"ch": 7,
"points": 20,
"tools": ["nuclei"],
"script": "solver-nuclei.sh"
},
{
"name": "Insecure Code Management",
"description": "The web server is vulnerable to insecure code management. What is the password?",
"ch": 61,
"points": 20,
"tools": [],
"script": ""
},
{
"name": "JSON Web Token (JWT) - Introduction",
"description": "The web server is vulnerable to JSON web token introduction. What is the password?",
"ch": 51,
"points": 20,
"tools": [],
"script": ""
},
{
"name": "Directory traversal",
"description": "The web server is vulnerable to directory traversal. What is the password?",
"ch": 15,
"points": 25,
"tools": ["nuclei"],
"script": "solver-nuclei.sh"
},
{
"name": "File upload - Null byte",
"description": "The web server is vulnerable to null byte. What is the password?",
"ch": 22,
"points": 25,
"tools": ["nuclei"],
"script": "solver-nuclei.sh"
},
{
"name": "JSON Web Token (JWT) - Weak secret",
"description": "The web server is vulnerable to a weak secret. What is the password?",
"ch": 59,
"points": 25,
"tools": [],
"script": ""
},
{
"name": "JWT - Revoked token",
"description": "The web server is vulnerable to a revoked token. What is the password?",
"ch": 63,
"points": 25,
"tools": [],
"script": ""
},
{
"name": "PHP - Register globals",
"description": "The web server is vulnerable to register globals. What is the password?",
"ch": 17,
"points": 25,
"tools": ["nuclei"],
"script": "solver-nuclei.sh"
},
{
"name": "Local File Inclusion",
"description": "The web server is vulnerable to local file inclusion. What is the password?",
"ch": 16,
"points": 30,
"tools": ["nuclei"],
"script": "solver-nuclei.sh"
},
{
"name": "SQL injection - Authentication",
"description": "The web server is vulnerable to SQL injection. What is the password?",
"ch": 9,
"points": 30,
"tools": ["nuclei"],
"script": "solver-nuclei.sh"
},
{
"name": "SQL injection - String",
"description": "The web server is vulnerable to SQL injection. What is the password?",
"ch": 19,
"points": 30,
"tools": ["nuclei"],
"script": "solver-nuclei.sh"
},
{
"name": "SQL injection - Numeric",
"description": "The web server is vulnerable to SQL injection. What is the password?",
"ch": 18,
"points": 35,
"tools": ["nuclei"],
"script": "solver-nuclei.sh"
},
{
"name": "SQL injection - Error",
"description": "The web server is vulnerable to SQL injection. What is the password?",
"ch": 34,
"points": 40,
"tools": ["nuclei"],
"script": "solver-nuclei.sh"
}
]