
Search found 14 matches
- Wed Sep 16, 2009 9:39 am
- Forum: OneOfUs
- Topic: Huge differences between people's level.
- Replies: 7
- Views: 29046
- Tue Sep 15, 2009 11:06 pm
- Forum: OneOfUs
- Topic: Huge differences between people's level.
- Replies: 7
- Views: 29046
- Fri Aug 14, 2009 5:55 pm
- Forum: The Hacker's Server
- Topic: NEED DOWNLOAD FOR WINDOWS XP
- Replies: 2
- Views: 5242
- Thu Aug 13, 2009 11:11 pm
- Forum: The Hacker's Server
- Topic: cx.iStealer 4.0.4
- Replies: 15
- Views: 23143
ok, a few things: 1. you're posting to a 'hacker'-forum - this one is absolute whitehat area, as you would have noticed by browsing the site before writing _anything_ 2. you posted a short article with a guide made for script kiddies - something no good hacker could appreciate. 3. you posted without...
- Tue Aug 11, 2009 11:00 pm
- Forum: OneOfUs
- Topic: Huge differences between people's level.
- Replies: 7
- Views: 29046
- Sat Aug 08, 2009 9:57 pm
- Forum: Challenges
- Topic: Please help me to solve 'One Minute Man' challenge
- Replies: 20
- Views: 34416
- Sat Aug 08, 2009 7:51 pm
- Forum: Challenges Solved
- Topic: Forced Entry
- Replies: 17
- Views: 3038
- Mon Oct 06, 2008 7:07 pm
- Forum: Challenges
- Topic: UpCount - recursive calamity
- Replies: 18
- Views: 27241
what about 'java -X'? Then you can use 'java -Xss1024M' for 1Gb stack size... Ah, thanks! I don't work with Java normally, since I don't like bytecode, so I didn't know any parameters.. But do you really need it? Well, not any more, since I've done that challenge, but we're hacking to learn, aren't...
- Mon Oct 06, 2008 12:07 pm
- Forum: Challenges
- Topic: Typo in 'Typo'
- Replies: 6
- Views: 9146
- Mon Oct 06, 2008 12:03 pm
- Forum: Challenges
- Topic: Your Turn - or mine?
- Replies: 7
- Views: 10312
Your Turn - or mine?
Congratulations, althought it's a pretty nice idea, whoever made up this challenge, should've known better... 1. XSS-attack - actually just a poc and no attack => _don't_ output tainted data but use htmlentities() or whatever 2. RF-attack for spamming the web... => you should really cut away paramet...
- Mon Oct 06, 2008 1:39 am
- Forum: Challenges
- Topic: Typo in 'Typo'
- Replies: 6
- Views: 9146
Typo in 'Typo'
the plus is the 13th and not the 12th character in the example 
quite confusing, if you know the answer and submit the 'wrong' position...
Would be nice, if someone could fix this.

quite confusing, if you know the answer and submit the 'wrong' position...
Would be nice, if someone could fix this.
- Sun Oct 05, 2008 10:16 pm
- Forum: Challenges
- Topic: UpCount - recursive calamity
- Replies: 18
- Views: 27241
UpCount - recursive calamity
Ev'ning,
no problems solving it, but since my JavaVM stopped because of a stack overflow, when I tried to run the code, I had to port it to C...
I'm wondering, whether there is any option to increase the default stack-size in java?
no problems solving it, but since my JavaVM stopped because of a stack overflow, when I tried to run the code, I had to port it to C...
I'm wondering, whether there is any option to increase the default stack-size in java?
- Wed Feb 13, 2008 9:41 pm
- Forum: General Puzzles
- Topic: HOLY FUCK!
- Replies: 4
- Views: 23737
Re: Resumé
PROS Willing to work without pay. Espeaka good engrish. Basic français und deutsch ja. Types at 60wpm. Has many previous experiences in abusing forums utilizing several individual methods. Is not evil. Uses Firefox. Is able to moderate while USA is sleeping. Understands cultural and social differen...
- Wed Feb 13, 2008 9:04 pm
- Forum: Runaway Robot Puzzle
- Topic: Runaway Robot Puzzle
- Replies: 47
- Views: 122918
GOTCHA! Quite optimized C++ with an bash-interface for down-/uploading 8) I started using a simple recursive BF 'till Level 100. Optimized it by implementing BF iterative and adding preprocessing of the map 'till Level 161 Then made up a completely new - iterative - algorithm - just reused the prepr...