Skip to content

Instantly share code, notes, and snippets.

@yough3rt
yough3rt / z.py
Created April 10, 2018 07:39
EXP for Codegate 2018 Final _GameBox 4 tiny
#!/usr/bin/env python
# encoding: utf-8
from pwn import *
r = remote("58.229.240.150", 8888)
context.log_level = 'debug'
import random
from hashlib import sha1
@yough3rt
yough3rt / z.py
Last active April 10, 2018 07:35
EXP for Codegate Final _GameBox3 diary
#!/usr/bin/env python
# encoding: utf-8
from pwn import *
r = remote("58.229.240.150", 8888)
context.log_level = 'debug'
import random
from hashlib import sha1