Goal: Find the password stored in 'somewhere on the server'
Properties of the file:
owned by user bandit7
owned by group bandit6
33 bytes in size
Now we run the following command to find the file
find / -user bandit7 -group bandit6 -size 33c
In the list of files you can find a file '/var/lib/dpkg/info/bandit7.password'
So open the file using cat command
Password: HKBPTKQnIay4Fw76bEy8PVxKEDQRKTzs