Search found 3 matches

by lcdtopcon
Sat Nov 26, 2011 8:50 pm
Forum: Challenges Solved
Topic: Don't Blink
Replies: 22
Views: 1900

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...
by lcdtopcon
Sat Nov 26, 2011 8:38 pm
Forum: Challenges
Topic: Please help me to solve 'Don't Blink' challenge
Replies: 17
Views: 33569

thank you all for the helpful tips, I find that I overlooked the information returned after the request. A tip from me: Don't be desperate to get one.html from one.php , the answer is not there and it's not possible this time after all
by lcdtopcon
Thu Nov 24, 2011 2:27 pm
Forum: Challenges Solved
Topic: Type Faster
Replies: 14
Views: 1961

whattheh@ck wrote:a fun bit of overkill...

Code: Select all

javascript: var x=document.getElementsByTagName('b')[0].innerHTML;frm.answer.value=x;frm.submit();void(0);
:wink:

Oh, that's certainly overkill XD