Page 1 of 2

Don't Blink

Posted: Mon Aug 17, 2009 2:24 pm
by doomi
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 :)

Posted: Tue Aug 18, 2009 12:39 am
by SinistraD
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.

Posted: Tue Oct 06, 2009 9:00 pm
by lordzerum
I use LiveHTTP Headers extension, for Firefox.

Posted: Sat Feb 20, 2010 6:01 pm
by midnightman
i used Wireshark a network protocol analyzer

Posted: Mon Jul 05, 2010 6:47 pm
by SecurityCrawler
i used Tamper Data Plugin for Firefox

Posted: Sat Oct 16, 2010 10:31 pm
by chephy
No need for fancy graphical tools ;)

Code: Select all

curl -I http://www.hacker.org/challenge/misc/one.php

Posted: Sat Oct 16, 2010 11:37 pm
by junkpete
I used tcpdump under mac os x' terminal.

Posted: Sat Nov 06, 2010 7:27 pm
by Joeb27

Posted: Sun Apr 17, 2011 1:35 pm
by pedromalta
wget --server-response http://www.hacker.org/challenge/misc/one.php

Nice challenge, my favourite till now...

Posted: Sat Apr 23, 2011 2:31 am
by FreeFull
I used telnet myself

Posted: Tue May 17, 2011 7:28 pm
by awf
First i was confused how to get the one.php.
Then i just read its header with the web console
build into the firefox beta. 8)

Posted: Fri Aug 26, 2011 11:59 am
by avrrobot
I wrote an HTTP request.

Posted: Sat Nov 26, 2011 8:50 pm
by lcdtopcon
I solved with consciousness by writing HTTP request in telnet
and finally found the answer in the header. Actually I should have
solved it when I was using wget and it takes me one extra day :(

A valuable lesson for me: A good hacker have to read carefully :oops:

But very nice challenge! I've learnt a lot! :P

Posted: Wed Dec 07, 2011 5:42 am
by AlbusShin
I solved this nice one by telnet. :) :D

Posted: Mon Dec 12, 2011 11:34 am
by rain1024
I solved it with wget. I don't make sense. But anyway, I was done