Don't Blink

Discussion of challenges you have already solved
doomi
Posts: 7
Joined: Mon Aug 17, 2009 5:42 am

Don't Blink

Post 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 :)
User avatar
SinistraD
Posts: 89
Joined: Sun Aug 16, 2009 8:39 am
Location: find me
Contact:

Post 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.
lordzerum
Posts: 2
Joined: Tue Sep 29, 2009 10:50 pm

Post by lordzerum »

I use LiveHTTP Headers extension, for Firefox.
midnightman
Posts: 2
Joined: Thu Feb 18, 2010 8:09 pm

Post by midnightman »

i used Wireshark a network protocol analyzer
SecurityCrawler
Posts: 4
Joined: Tue Feb 09, 2010 10:42 pm

Post by SecurityCrawler »

i used Tamper Data Plugin for Firefox
chephy
Posts: 17
Joined: Sat Oct 16, 2010 4:39 pm

Post by chephy »

No need for fancy graphical tools ;)

Code: Select all

curl -I http://www.hacker.org/challenge/misc/one.php
junkpete
Posts: 4
Joined: Sat Oct 16, 2010 12:50 pm

Post by junkpete »

I used tcpdump under mac os x' terminal.
Joeb27
Posts: 4
Joined: Sat Oct 16, 2010 11:28 pm

Post by Joeb27 »

pedromalta
Posts: 22
Joined: Wed Apr 13, 2011 12:00 am
Location: Vila Velha
Contact:

Post by pedromalta »

wget --server-response http://www.hacker.org/challenge/misc/one.php

Nice challenge, my favourite till now...
sudo apt-get a life
FreeFull
Posts: 7
Joined: Fri Apr 22, 2011 6:26 pm

Post by FreeFull »

I used telnet myself
User avatar
awf
Posts: 3
Joined: Sat May 07, 2011 7:20 pm

Post 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)
avrrobot
Posts: 51
Joined: Fri Mar 04, 2011 2:54 pm
Location: Germany

Post by avrrobot »

I wrote an HTTP request.
lcdtopcon
Posts: 3
Joined: Thu Nov 24, 2011 10:58 am

Post 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
AlbusShin
Posts: 9
Joined: Fri Nov 18, 2011 2:39 pm
Location: Lost in binary

Post by AlbusShin »

I solved this nice one by telnet. :) :D
rain1024
Posts: 27
Joined: Sat Jul 23, 2011 5:20 pm

Post by rain1024 »

I solved it with wget. I don't make sense. But anyway, I was done
Post Reply