Don't Blink
Don't Blink
this is a nice one!
I first tried to fetch the one.php but got only a 404 error.
with lynx -head I finally got the whole header with the answer
I first tried to fetch the one.php but got only a 404 error.
with lynx -head I finally got the whole header with the answer
I used Fiddler 2. It was easier then I thought, still I screwed a lot of time with it. I had the headers a long time ago when somewhere a rad that the answer is there. I was searching for the content of one.php, thought Fiddler is an idiot not seeing it, after all I was the idiot not trusting him.
The instructions had the fault, it was saying not to blink, but if the headers were containing the answer, no matter what, you couldn't see it with a browser.
The instructions had the fault, it was saying not to blink, but if the headers were containing the answer, no matter what, you couldn't see it with a browser.
-
- Posts: 2
- Joined: Thu Feb 18, 2010 8:09 pm
-
- Posts: 4
- Joined: Tue Feb 09, 2010 10:42 pm
No need for fancy graphical tools
Code: Select all
curl -I http://www.hacker.org/challenge/misc/one.php
wget -S -O - http://www.hacker.org/challenge/misc/one.php
-
- Posts: 22
- Joined: Wed Apr 13, 2011 12:00 am
- Location: Vila Velha
- Contact:
wget --server-response http://www.hacker.org/challenge/misc/one.php
Nice challenge, my favourite till now...
Nice challenge, my favourite till now...
sudo apt-get a life