Bandit Level 6 -> Level 7
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
Comandos Utilizados
cd /
find ./ --size 33c -user bandit7 -group bandit6 2>/dev/nullHelp do Find
-user uname
File is owned by user uname (numeric user ID allowed). -group gname
File belongs to group gname (numeric group ID allowed). -size n[cwbkMG]
File uses less than, more than or exactly n units of space, rounding up. The following suffixes
can be used:
`b' for 512-byte blocks (this is the default if no suffix is used)
`c' for bytes🧠 Explicaca
Last updated