Skip to content

Instantly share code, notes, and snippets.

@snj
Created October 21, 2013 07:09
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 snj/7079756 to your computer and use it in GitHub Desktop.
Save snj/7079756 to your computer and use it in GitHub Desktop.
$ time /opt/john-1.7.9-jumbo-7/run/john -i=digits --stdout|while read pw;do echo $pw;unzip -pqq -P $pw passwd.zip 2>&1 1>/dev/null && break;done
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment