Skip to content

Instantly share code, notes, and snippets.

@jpginc
Created September 27, 2018 17:38
Show Gist options
  • Save jpginc/2a333d784f91110b6c179f68760b100c to your computer and use it in GitHub Desktop.
Save jpginc/2a333d784f91110b6c179f68760b100c to your computer and use it in GitHub Desktop.
bruteforcer
inc = 0
str = "adrgongera"
setInterval(function() {
checkPassword(string_nth_permutation(str, inc++))
}, 1)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment