Recent Posts

Overthewire Bandit Level 20 To 21

1 minute read

Level goal ```bash There is a setuid binary in the homedirectory that does the following: it makes a connection to localhost on the port you specify as a com...

Overthewire Bandit Level 19 To 20

less than 1 minute read

Level goal To gain access to the next level, you should use the setuid binary in the homedirectory. Execute it without arguments to find out how to use it. T...

Overthewire Bandit Level 18 To 19

less than 1 minute read

Level goal The password for the next level is stored in a file **readme** in the homedirectory. Unfortunately, someone has modified **.bashrc** to log you ou...

Overthewire Bandit Level 17 To 18

less than 1 minute read

Level goal ```bash There are 2 files in the homedirectory: passwords.old and passwords.new. The password for the next level is in passwords.new and is the on...

Overthewire Bandit Level 16 To 17

2 minute read

Level goal The credentials for the next level can be retrieved by submitting the password of the current level to **a port on localhost in the range 31000 to...