Search found 4 matches

by Excalibur1974
Thu Apr 02, 2009 6:31 am
Forum: Challenges
Topic: Challenge 'Steganographic' HELP....
Replies: 37
Views: 53183

aargh :shock:
by Excalibur1974
Tue Mar 31, 2009 6:36 am
Forum: Challenges
Topic: Dungeon Master
Replies: 66
Views: 111330

Also possible: copy your browsers cookie for hacker.org and sending it with each request
by Excalibur1974
Fri Mar 27, 2009 4:39 pm
Forum: Challenges Solved
Topic: lotsa dots
Replies: 26
Views: 4638

my solution was a small java application, wich loads the picture and then: --snipp--- try { url = new URL( "http://www.hacker.org/challenge/misc/stars.php" ); con = url.openConnection(); con.setRequestProperty("Cookie", cookie); BufferedImage img = ImageIO.read(con.getInputStream...
by Excalibur1974
Thu Mar 19, 2009 11:19 am
Forum: Challenges
Topic: Bug in 'Type Fastest'?
Replies: 7
Views: 13589

solved in this moment, theres no bug.... 8)