Search found 4 matches

by Entropy|Immortal
Wed Oct 20, 2010 10:48 pm
Forum: Challenges Solved
Topic: Smell as Sweet
Replies: 15
Views: 1238

tcpflow to sort the packages, then foremost to extract the images.

Extracting the html was a bit more tricky:

Code: Select all

cat -v dump | grep -n html
to find out where to look and

Code: Select all

cat dump | head -n 81 | tail -n +8  > file.htm
to extract these lines.


Wireshark would have been easier though^^
by Entropy|Immortal
Wed Oct 20, 2010 8:49 pm
Forum: Challenges Solved
Topic: One Minute Man
Replies: 39
Views: 4252

I put this in my crontab: * * * * * lynx -dump http://www.hacker.org/challenge/misc/minuteman.php >> .minuteman And after letting it run for a while: sort .minuteman | uniq The output consisted of a blank line (apparently lynx always ends it's dumps with a blank line Oo), "back later" and ...
by Entropy|Immortal
Wed Oct 20, 2010 8:15 pm
Forum: Challenges
Topic: Too Many Digits
Replies: 6
Views: 9107

michuber wrote:
Entropy|Immortal wrote:The searched digits are numbers
9...9-10...099
right?
Too Many Digits :wink:
God, I feel so dumb… :oops:
Thanks for stating me the obvious ;)

Still confused about the wget reference though…
by Entropy|Immortal
Wed Oct 20, 2010 2:31 pm
Forum: Challenges
Topic: Too Many Digits
Replies: 6
Views: 9107

I'm stuck here too. I'm pretty sure I have the right digits, but they keep getting rejected (although the remark about wget irritates me, since I'm not using it… Whatever…) The searched digits are numbers 999999999999999999999999999999999999999999999999999-1000000000000000000000000000000000000000000...