[algorithm] DEFCON 22th 3dttt writeups
#!/usr/bin/env python from socket import * import time host = "3dttt_87277cd86e7cc53d2671888c417f62aa.2014.shallweplayaga.me" port = 1234 s = socket(AF_INET, SOCK_STREAM) s.connect((host, port)) se = {25:"0,0,0", 29:"1,0,0",33:"2,0,0",53:"0,1,0",57:"1,1,0",61:"2,1,0",\ 81:"0,2,0",85:"1,2,0",89:"2,2,0",119:"0,0,1",123:"1,0,1",127:"2,0,1",\ 147:"0,1,1",151:"1,1,1",155:"2,1,1",175:"0,2,1",179:"1,2,..
2014. 5. 22.