Search found 72 matches

by theStack
Sun Mar 15, 2009 11:28 pm
Forum: Challenges Solved
Topic: Frequent These Parts
Replies: 7
Views: 1006

I used the same tool than PeterS, found the link in the wikipedia article to the Vigenere cipher.
It was quite impressing to me that it can be decrypted *that* fast, I knew that it was possible but always thought it involves some bruteforcing which could take a bit of a time.
by theStack
Sun Mar 15, 2009 11:17 pm
Forum: Challenges Solved
Topic: Immortal
Replies: 15
Views: 1615

Thanks to a question in the challenges forum I was pointed back to chess. I was thinking about that but threw away the idea because of wrong field names like 61 or 42. Is this coding of G and H a standard or is it just for confusion? :-) Of course you do write the normal letters G and H in every ch...
by theStack
Sat Mar 14, 2009 10:03 pm
Forum: Challenges Solved
Topic: Immortal
Replies: 15
Views: 1615

It's indeed not easy to find a proper chess database which has a powerful search engine by moves and one that includes all games. However, when creating this challenge I thought at least of two ways which can lead to success anyway: 1. First, search for the chess opening that was played in the game ...
by theStack
Mon Mar 09, 2009 9:37 pm
Forum: The Hacker's Server
Topic: Hacker VM
Replies: 5
Views: 7411

Re: Hacker VM

I never knew hacker.org had a virtual machine page? o.O http://www.hacker.org/hvm/ Uhm... yes, and now? I have to disappoint you when you think you've discovered something special or secret, that's just a language used for solving some of the challenges. This thread is really quite senseless but ma...
by theStack
Sun Mar 08, 2009 2:43 pm
Forum: Challenges
Topic: Inscrutable
Replies: 10
Views: 13928

that's seriously strange, how can a function from the PHP core be missing Since stripos() is only available from PHP 5 I guess adum (or the provider of the webspace) has changed back to an older version. Would be nice if that could be fixed! In the meantime I try to improve my internet security ski...
by theStack
Sun Mar 08, 2009 3:09 am
Forum: Challenges
Topic: Flash Flood - buggy error message?
Replies: 3
Views: 8488

@gfoot: Oh, you're right, thanks for the hint with the other thread (I should use the search function before posting in future :o ) - after reading the discussion I'm pretty sure now that my algorithm *does* flood correctly, but it simply takes too many cycles. Well, time to start happy optimizing :D
by theStack
Sun Mar 08, 2009 3:06 am
Forum: Challenges
Topic: Inscrutable
Replies: 10
Views: 13928

After trying any username and password combination and submitting I get this:

Code: Select all

Fatal error: Call to undefined function: stripos() in /home/.fabian/adum/html/adum/inscrutable/index.php on line 26
I guess this is a bug? Or is this indeed part of the challenge?
by theStack
Fri Mar 06, 2009 10:19 pm
Forum: Challenges
Topic: Flash Flood - buggy error message?
Replies: 3
Views: 8488

Flash Flood - buggy error message?

Hi folks, I'm just trying around the Flash Flood challenges which are very interesting, but it seems kind of strange for me that the error message "failed to flood correctly" _always_ appears, even when the real reason is exceeding the cycle limit. My code definitely floods correctly becau...
by theStack
Thu Mar 05, 2009 6:53 am
Forum: The Hacker's Server
Topic: Server hacked
Replies: 111
Views: 310023

Well, I'm glad the site is back again, my apprehensions were that the bad guy destroyed the database and there were never made any backups of hacker.org. Anyway, I noticed the system for the HVM challenges seems to be broken since the evil 0wnage: Parse error: syntax error, unexpected T_STRING, expe...
by theStack
Mon Feb 23, 2009 3:13 pm
Forum: Challenges Solved
Topic: A Repeat of Pi
Replies: 21
Views: 2512

Probably the slowest solution ever (took a few hours to compute), pure brute-force approach without any optimization in python: #!/usr/bin/env python fd = open("pimillion", "r") pi = fd.readline() fd.close() for seqlen in xrange(1, 500001): print "len: ", seqlen for ind...
by theStack
Sun Feb 22, 2009 1:06 pm
Forum: Challenges Solved
Topic: Listen to me
Replies: 12
Views: 1448

Hello, I didn't write any converter. I simply used convert (part of ImageMagick) to convert the file into raw format: $ convert listen.png listen.rgb $ file listen.rgb listen.rgb: MPEG ADTS, layer III, v2, 32 kBits, 22.05 kHz, Monaural Ah, very nice. I tried that too but I didn't know the file exte...
by theStack
Sun Feb 22, 2009 5:04 am
Forum: The Hacker's Server
Topic: an interesting article on the creators of 386bsd
Replies: 2
Views: 5543

Thank you for posting that link, I will enjoy reading it.

By the way is anyone here who is actually using any BSD OS?
by theStack
Sun Feb 22, 2009 4:48 am
Forum: Challenges Solved
Topic: Yin and Yang
Replies: 17
Views: 1873

That was a nice challenge - what did you try first? I approached a bitwise (or should I say pixelwise in this case) OR which worked immediately. However the solution was not very readable in white. Did a XOR combination maybe lead to success too? @osterlaus: Hm, now I'm curious. What are you studyin...
by theStack
Sun Feb 22, 2009 3:27 am
Forum: The Hacker's Server
Topic: Hello, experienced hacker here.
Replies: 62
Views: 44192

I'm glad we've been able to come to a conclusion on this. And yes, when I said I am majoring in Security, I meant I am currently studying it. This being the case, I will agree that neither of us knows what were talking about in the whole scheme of things. :lol: It was a good discussion though. Full...
by theStack
Sun Feb 22, 2009 1:05 am
Forum: The Hacker's Server
Topic: hello guys
Replies: 1
Views: 4860

Why do you double post?
I guess this thread should be deleted...