Skip to content

Latest commit

 

History

History
8 lines (4 loc) · 196 Bytes

level6.md

File metadata and controls

8 lines (4 loc) · 196 Bytes

level6

find command with group and user flag for conditions.

find / -type f -size 33c -group bandit6 -user bandit7

we'll get the file, cat it to get the psswd, save it and exit.