Skip to content

Instantly share code, notes, and snippets.

@CreateRemoteThread
Created October 10, 2016 09:03
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/3a12dec7f17000b98052ff52f4967b30 to your computer and use it in GitHub Desktop.
Save CreateRemoteThread/3a12dec7f17000b98052ff52f4967b30 to your computer and use it in GitHub Desktop.
#!/usr/bin/python
import pwn
# print "\xE6\xD9\xF6\x38\x2A\x02\xFD\x3A\xC3"
p = pwn.remote("challenges.hackover.h4q.it",4747)
p.send("\xE6\xD9\xF6\x38\x2A\x02\xFD\x3A\xC3")
print p.recv()
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment