OverTheWire.org
Hacker Community
Want to help out OverTheWire ?
Volunteer ? Donate ?
Click here!
Discuss this level on the forum

Level 2

Level2 is a test application from a pop3 library that's pretty buggy. The idea is to write a pop3 server to trigger a vulnerability (pick any you like :p) in the code and get a shell.

Notes

Binary information
Stack smashing protection (SSP):Disabled
Postition Independent Executable (PIE):Disabled
Address space layout randomisation (ASLR):Enabled
Non-executable pages:None / disabled

Code Location:/levels/2/libspopc-0.7, using poptest1.c, and associated library code

Location:

/levels/level2