CSAW CTF 2015 - Transfer
After quickly looking through the .pcap, we find two things: a python source file, and a large b64 string ('2Mk16Sk5iakYx...') {% highlight python %} import string import random from base64 import b64encode, b64decode enc_ciphers = ['rot13', 'b64e', 'caesar'] dec_ciphers = ['rot13', '