본문 바로가기

30./36. Exploit-Exercises

[exploit-exercises] Nebula level 00

Nebula level00



About

This level requires you to find a Set User ID program that will run as the "flag00" account. You could also find this by carefully looking in top level directories in / for suspicious looking directories.


Alternatively, look at the find man page.


To access this level, log in as level00 with the password of level00 .


Source code

There is no source code available for this level


문제 시작

nebula login : level00

Password: level00


문제 이해







$ find / -executable -user flag00 2> /dev/null

flag00으로 실행가능한 파일 검색





You have successfully executed geflag on a target account