Search found 3 matches
- Sat Nov 26, 2011 8:50 pm
- Forum: Challenges Solved
- Topic: Don't Blink
- Replies: 22
- Views: 3552
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...
- Sat Nov 26, 2011 8:38 pm
- Forum: Challenges
- Topic: Please help me to solve 'Don't Blink' challenge
- Replies: 17
- Views: 35199
- Thu Nov 24, 2011 2:27 pm
- Forum: Challenges Solved
- Topic: Type Faster
- Replies: 14
- Views: 3373
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);
Oh, that's certainly overkill XD