Bandit Level 17 β†’ Level 18

head passwords.new
head passwords.old

Head is a tool which can be used to only show the very beginning of a file.

We will use diff command that will differ the two files and find the difference:

diff passwords.new passwords.old

The password is the first one as mentioned in the challenge description where it will be, and the first one because we specified the new passwords as our first argument.

Last updated