Initial commit
This commit is contained in:
commit
91623d46a0
|
@ -0,0 +1,30 @@
|
||||||
|
# wargames
|
||||||
|
|
||||||
|
solutions to https://overthewire.org/wargames/ challenges
|
||||||
|
|
||||||
|
for each level leave the password to login to it and the solution to get to the
|
||||||
|
next level
|
||||||
|
|
||||||
|
for example for bandit1 you'd say
|
||||||
|
|
||||||
|
> `ssh://bandit0@bandit.labs.overthewire.org:2220` password `bandit0`
|
||||||
|
>
|
||||||
|
> To solve, run `cat readme`
|
||||||
|
>
|
||||||
|
> password is `boJ9jbbUNNfktd78OOpsqOltutMc3MY1`
|
||||||
|
|
||||||
|
# directory structure
|
||||||
|
|
||||||
|
`bandit/bandit0.md` or make a folder `bandit/bandit0/` if there's more than one
|
||||||
|
file (RSA keys, scripts, etc)
|
||||||
|
|
||||||
|
replace bandit with the challenge name and 0 with the level number you're going
|
||||||
|
*to*, so the above would be `bandit1` because it's 0 -> 1.
|
||||||
|
|
||||||
|
---
|
||||||
|
|
||||||
|
blahaj says trans rights
|
||||||
|
|
||||||
|
stay hydrated
|
||||||
|
|
||||||
|
be gay do crime
|
Loading…
Reference in New Issue