hackertest.net level 17 :: Do you like cookies
by Arxleol on Monday 30.11.2009, under hackertest.net, tutorial
OK after several steganography challenges let’s solve something more connected to real hacking.
As always first thing you should do is to check out source code. If you were patient you probably noticed this line of code:
<span style="color: #ffffff;">Password: your IP address</span>
So what you should do now is to find your own IP address. And enter it as password of course include dots. Now let’s continue forward.
Error we see now is:
Warning: Cannot modify header information – headers already sent by (output started at /home/hackert/public_html/unavailable/Ducky.php:11) in /home/hackert/public_html/unavailable/Ducky.php on line 58
../level18.shtml
First part might be usually important but notice the last line. This gives us filename for the level 18 and double dot in front of slash means that we need to go one folder back that is where file is located. Now let’s open this file for level 18.
http://www.hackertest.net/level18.shtml