Wednesday 22 February 2012

exploit-exercises.com walkthrough - Nebula level00

"exploit-exercises.com provides a variety of virtual machines, documentation and challenges that can be used to learn about a variety of computer security issues such a privilege escalation, vulnerability analysis, exploit development, debugging, reverse engineering." - quote from project homepage

We will start from level00. I assume You already have the Nebula VM  and know the rules.

http://exploit-exercises.com/nebula/level00 - After log in as level00 user We follow a hint from level's page and type  the following command:
find / -perm -4000 2> /dev/null
and got the results:
"/bin/.../flag00" - intersting...
 so we run:
/bin/.../flag00
 ...and that's it !
level00 completed
Stay tuned for next episodes ;)