-
Notifications
You must be signed in to change notification settings - Fork 2
/
challs.json
50 lines (50 loc) · 1.23 KB
/
challs.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
[
{
"level": 0,
"name": "Trading",
"prompt": "Nothing is brought in, only thrown out",
"tags": ["alias", "export", "cowsay"]
},
{
"level": 1,
"name": "Jail 1",
"prompt": "Vim jail! Escape",
"tags": ["vim", "export", "env", "pwd"]
},
{
"level":2,
"name": "Ready to read?",
"prompt": "Read the flag for me (only if you can)",
"tags": ["printf", "fold", "fmt", "echo", "read"]
},
{
"level": 3,
"name": "Hash",
"prompt": "Only admin can read the flag",
"tags": ["hashcat", "netcat"]
},
{
"level": 4,
"name": "Exit",
"prompt": "Evil profile",
"tags": ["ssh", "cat", ".bashrc", ".profile"]
},
{
"level": 5,
"name": "Interpret",
"prompt": "Ageratina altissima",
"tags": ["python", "suid", "subprocess", "whoami"]
},
{
"level": 6,
"name": "Git 1",
"prompt": "Erase your mistakes",
"tags": ["clone", "commit", "diff", "checkout"]
},
{
"level": 7,
"name": "Git 2",
"prompt": "Git is a big tree",
"tags": ["clone", "commit", "diff", "checkout"]
}
]