Detected 1 occurrence(s) of ‘shellcode': ons: s.send(','.join(deck[7:20]) + "\n") print ">>" + ','.join(deck[7:20]) print s.recv(2048) if __name__ == '__main__': for h in range(-15, 16): s = socket.socket() s.connect(("mtgo.2015.ghostintheshellcode.com", 7463)) base_time = datetime.datetime.utcnow() + datetime.timedelta(hours=h) print "hours:", h run(base_time) Source: http://pastebin.com/raw.php?i=G8iZywzm
↧