Level 17
目录Level Goal
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
Solution
说是下一关是password.new中和password.old中不同的一行,直接diff即可:
bandit17@bandit:~$ diff passwords.old passwords.new
42c42
< 09wUIyMU4YhOzl1Lzxoz0voIBzZ2TUAf
---
> hga5tuuCLF6fFzUpnagiMN8ssu9LFrdg
标签:Wargames,old,Level,level,Bandit,passwords,Level17,new,password
From: https://www.cnblogs.com/dyhaohaoxuexi/p/16946099.html