Search found 7 matches

by FreeFull
Thu May 26, 2011 10:35 am
Forum: Challenges Solved
Topic: Russian Dolls
Replies: 40
Views: 3185

Re: Script?

I solved this like "mystery file" by pressing the unpack shortcut in 7-zip until the solution was found. Does somebody know how this .bin-packing works? I first tried to write a script from hand to solve "mystery file" but the input string from the file is seemingly random hex-n...
by FreeFull
Fri May 13, 2011 8:06 pm
Forum: Challenges Solved
Topic: Basic
Replies: 12
Views: 1093

I used dc
by FreeFull
Tue May 10, 2011 1:51 am
Forum: The Hacker's Server
Topic: Create a webserver to log IPs
Replies: 13
Views: 15327

CodeX knows what he's talking about here. Trojans aren't the only way for someone get into a system.
by FreeFull
Wed May 04, 2011 10:37 pm
Forum: Challenges Solved
Topic: Frequent These Parts
Replies: 7
Views: 778

I knew nothing about polyalphabetic ciphers beforehand but correctly guessed that this was a polyalphabetic cipher and that it would have about equal letter frequency (which it did), researched possible ciphers on wikipedia, guessed that this was the vigenere cipher, tried manually cracking the ciph...
by FreeFull
Wed May 04, 2011 2:39 pm
Forum: Challenges Solved
Topic: Listen to me
Replies: 12
Views: 1060

I didn't know how to convert it into a raw file using imagemagick either, so I converted it to a text file and extracted the hex data instead.
by FreeFull
Sat Apr 23, 2011 5:49 am
Forum: Challenges Solved
Topic: The Powers That Be
Replies: 27
Views: 3072

bc, cat and a terminal window that tells you how wide and tall it is when you resize. Probably the easiest solution.
by FreeFull
Sat Apr 23, 2011 2:31 am
Forum: Challenges Solved
Topic: Don't Blink
Replies: 22
Views: 1953

I used telnet myself