Bait A Phish
Bait A Phish
Security Pulse
tutorial · bandit

Bandit Level 18

Use diff to extract the one changed line between passwords.old and passwords.new.
banditdifffiles
Narration (cached)
Marks this level complete in your browser.

Goal

Two files exist:

The next password is the only line that changed between them.

Hints

Solution (click to reveal)
  1. SSH in:
ssh bandit18@bandit.labs.overthewire.org -p 2220
  1. Compare files:
diff passwords.old passwords.new

The line present only in passwords.new is the password for Level 19.

Notes

diff -u passwords.old passwords.new
Bandit Level 17Bandit Level 19