Very satisfying to solve this bastard with netcat. Netcat shits on telnet. I'd done others with plugins, but that doesn't teach anything.
Took me ages though, because I was using http 1.0 in my header line, Worked once I switched to 1.1.
Search found 13 matches
- Tue Sep 10, 2013 2:44 pm
- Forum: Challenges Solved
- Topic: Glowing Referral
- Replies: 3
- Views: 851
- Wed Sep 04, 2013 4:45 am
- Forum: Challenges Solved
- Topic: Keep Digging
- Replies: 9
- Views: 1195
- Tue Sep 03, 2013 3:13 pm
- Forum: Challenges Solved
- Topic: Steganographic
- Replies: 11
- Views: 3851
- Tue Sep 03, 2013 9:28 am
- Forum: Challenges Solved
- Topic: Telecran
- Replies: 24
- Views: 3776
Heheh, I took a low-tech approach: I copied the html source to a document, find and replace with R,L,U,D as appropriate. After trying blocking it out in excel I had a better idea: if the challenge is about an etch-a-sketch, why not use one? Googled for an online version and voila: http://www.ohioart...
- Sun Aug 04, 2013 10:58 am
- Forum: Challenges Solved
- Topic: Didactic Scrambled Egg Cipher Pre-Warmup
- Replies: 9
- Views: 1245
Ahhh, snap... that was satisfying to solve. Very nice one adum, once again I learned a bunch. Using letters to represent bits for each byte: aaaaaaaabbbbbbbbcccccccc, I spent ages trying to solve for c. As pepe suggests, that's the wrong byte's bits to go for. Makes it simple to restrict keys tested...
- Sat Aug 03, 2013 4:16 pm
- Forum: Challenges
- Topic: Didactic Scrambled Egg Cipher Pre-Warmup Challenge
- Replies: 26
- Views: 51679
Oh man, this one is kicking my ass... I've loved the crypto challenges on this branch so far, no problems there, but I just can't figure out a sensible way to solve for the key without silly brute force (I'd love to understand rather than do that). Are any solvers still around who I can PM with my u...
- Wed Jul 31, 2013 7:57 am
- Forum: Challenges Solved
- Topic: Didactic Feedback Cipher Long 3
- Replies: 10
- Views: 1516
Man, while the principals are the same as the prior cypher, I hadn't fully understood the endianness problems that arose... the tolerance for interference from overflows was large enough that I could approximate the answer. In number 3 the multiplication factor just baloons out the overflow, so you ...
- Sun Jul 21, 2013 12:59 pm
- Forum: Challenges Solved
- Topic: Ave
- Replies: 17
- Views: 2672
I should not do these late at night with scotch... I'm learning c++ by solving these challenges, and had particular difficulty getting an alphabet 'wrap around' with modulo calculations (which I learned from the text to the feedback cyphers - loved that when I saw how it worked). I got the answer, b...
- Fri Jul 19, 2013 12:39 pm
- Forum: Challenges Solved
- Topic: Lower Count
- Replies: 20
- Views: 3852
- Tue Jul 16, 2013 11:26 am
- Forum: Challenges
- Topic: Didactic XOR Long Cipher
- Replies: 16
- Views: 28501
I have to say, figuring this one out was an awesome experience in de-bugging the various programs I produced to tackle it, but I still cant help wondering whether there's some mathematical way of attacking the problem... anyone with a good knowledge of the topic, I'd love a PM about deriving answers...
- Sun Jul 14, 2013 2:26 pm
- Forum: Challenges
- Topic: Didactic Feedback Cipher
- Replies: 23
- Views: 49109
Haha, I've been using these crypto chalanges as motivation and goal setting for learning my way through c++ . I spent some time on this one thinking the wrong way , and the output my code gave me (as a modified version of other programs I wrote for cyphers) just underlined that mistake.... made me l...
- Sun Feb 24, 2013 1:09 pm
- Forum: Challenges Solved
- Topic: Didactic Red
- Replies: 4
- Views: 951
- Sun Feb 24, 2013 1:01 pm
- Forum: Challenges Solved
- Topic: Didactic RGB
- Replies: 17
- Views: 2181