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 Commands you may need to solve this level ls , cd , cat , file , du , find , grep → 다음 단계의 비밀번호는 서버 어딘가에 있다. 파일의 조건도 명시되어있다. 풀이 1. find의 -size 옵션 알아보기 파일의 조건 중 1033 bytes라는 파일의 사이즈가 우선 file의 -size 옵션을 알아보자. 정확한 크기 검색: ..