Level Goal The password for the next level is stored somewhere on the server and has all of the following properties: owned by user bandit7 owned by group bandit6 33 bytes in size 1. Since this level was similar to the previous one, I tried applying the same conditions (find / -user bandit7 -group bandit6 -size 33c), but got way too many errors. 2. Added 2>/dev/null to suppress the errors - and the result came up right away. 3. Found the file at /var/lib/dpkg/info/bandit7.password. 4. Got the password.Yarrrr
9
0