Robots are running secret service that aims to mill down diamonds into fairy dust, and use it to take over our world! Help us please! 23.22.1.14:1282 In this challenge we have a telnet interface to a nice chest that can store an item, remove an item or view the list […]
Tag: pctf2012
PlaidCTF 2012 – Password Guessing 300 – Encryption Service Writeup
We found the source code for this robot encryption service, except the key was redacted from it. The service is currently running at 23.21.15.166:4433 #!/usr/bin/python import os import struct import SocketServer from Crypto.Cipher import AES ENCRYPT_KEY = ‘xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx’.decode(’hex’) # Character set: lowercase letters and underscore PROBLEM_KEY = ‘xxxxxxxxxxxxxxxxxxxxxxxxxxxxx’ BLOCK_SIZE = […]
PlaidCTF 2012 – Potpourri 100 – The Game Writeup
Robots enjoy some strange games and we just can’t quite figure this one out. Maybe you will have better luck than us. 23.22.16.34:6969 We have a game running on that port: You have gotten 0 of 75 Choice 1 = 98d00c65d341be04600f915b32c01c81ab Choice 2 = 7a859a01731c050797ac952d82b895882a Which one is bigger? (1 […]