Home Bandit [Level 17] - Overthewire
Post
Cancel

Bandit [Level 17] - Overthewire

ssh bandit17@bandit.labs.overthewire.org -p 2220
bandit password: VwOSWtCA7lRKkTfbr2IDh6awj9RNZM5e

Task

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 only line that has been changed between passwords.old and passwords.new

NOTE: if you have solved this level and see �Byebye!� when trying to log into bandit18, this is related to the next level, bandit19

Have a file

1
2
ls 
--> passwords.new  passwords.old

Using diff to show passwd

1
diff password.new passwords.old

==> CTF: { hga5tuuCLF6fFzUpnagiMN8ssu9LFrdg }

This post is licensed under CC BY 4.0 by the author.