File tree 1 file changed +115
-0
lines changed
1 file changed +115
-0
lines changed Original file line number Diff line number Diff line change @@ -32,3 +32,118 @@ The password is :
32
32
``` sh
33
33
NH2SXQwcBdpmTEzi3bvBHMM9H66vVXjL
34
34
```
35
+
36
+ ## level 1 > level 2
37
+ ``` sh
38
+ cat ./-
39
+ ```
40
+ The password is :
41
+ ``` sh
42
+ rRGizSaX8Mk1RTb1CNQoXTcYZWU6lgzi
43
+ ```
44
+
45
+ ## level 2 > level 3
46
+ ``` sh
47
+ cat " spaces in the filename"
48
+ ```
49
+ The password is :
50
+ ``` sh
51
+ aBZ0W5EmUfAf7kHTQeOwd8bauFJ2lAiG
52
+ ```
53
+
54
+ ## level 3 > level 4
55
+ ``` sh
56
+ cd inhere
57
+ ls -a
58
+ cat < .hidden
59
+ ```
60
+ The password is :
61
+ ``` sh
62
+ 2EW7BBsr6aMMoJ2HjW067dm8EgX26xNe
63
+ ```
64
+
65
+ ## level 4 > level 5
66
+ ``` sh
67
+ cd inhere
68
+ file ./*
69
+ cat ./-file07
70
+ ```
71
+ The password is :
72
+ ``` sh
73
+ lrIWWI6bB37kxfiCQZqUdOIYfr6eEeqR
74
+ ```
75
+
76
+ ## level 5 > level 6
77
+ ``` sh
78
+ cd inhere
79
+ find -size 1033c ! -executable
80
+ cat ./maybehere07/.file2
81
+ ```
82
+ The password is :
83
+ ``` sh
84
+ P4L4vucdmLnm8I7Vl7jG1ApGSfjYKqJU
85
+ ```
86
+
87
+ ## level 6 > level 7
88
+ ``` sh
89
+ find / -user bandit7 -group bandit6 -size 33c 2> /dev/null
90
+ cat ./var/lib/dpkg/info/bandit7.password
91
+ ```
92
+ The password is :
93
+ ``` sh
94
+ z7WtoNQU2XfjmMtWA8u5rN4vzqu4v99S
95
+ ```
96
+
97
+ ## level 7 > level 8
98
+ ``` sh
99
+ grep ' millionth' ./data.txt
100
+ ```
101
+ The password is :
102
+ ``` sh
103
+ TESKZC0XvTetK0S9xNwm25STk5iWrBvP
104
+ ```
105
+
106
+ ## level 8 > level 9
107
+ ``` sh
108
+ sort ./data.txt | uniq -u
109
+ ```
110
+ The password is :
111
+ ``` sh
112
+ EN632PlfYiZbn3PhVK3XOGSlNInNE00t
113
+ ```
114
+
115
+ ## level 8 > level 9
116
+ ``` sh
117
+ sort ./data.txt | uniq -u
118
+ ```
119
+ The password is :
120
+ ``` sh
121
+ EN632PlfYiZbn3PhVK3XOGSlNInNE00t
122
+ ```
123
+
124
+ ## level 9 > level 10
125
+ ``` sh
126
+ strings ./data.txt | grep ' ='
127
+ ```
128
+ The password is :
129
+ ``` sh
130
+ G7w8LIi6J3kTb8A7j9LgrywtEUlyyp6s
131
+ ```
132
+
133
+ ## level 10 > level 11
134
+ ``` sh
135
+ base64 --decode ./data.txt
136
+ ```
137
+ The password is :
138
+ ``` sh
139
+ 6zPeziLdR2RKNdNYFNb6nVCKzphlXHBM
140
+ ```
141
+
142
+ ## level 11 > level 12
143
+ ``` sh
144
+ cat ./data.txt | tr ' A-Za-z' ' N-ZA-Mn-za-m'
145
+ ```
146
+ The password is :
147
+ ``` sh
148
+ JVNBBFSmZwKKOP0XbFXOoW8chDz5yVRv
149
+ ```
You can’t perform that action at this time.
0 commit comments