Skip to content

Instantly share code, notes, and snippets.

@aphe
Created March 1, 2015 05:33
Show Gist options
  • Save aphe/62872c75e084f19fc5f9 to your computer and use it in GitHub Desktop.
Save aphe/62872c75e084f19fc5f9 to your computer and use it in GitHub Desktop.
simple brute
for lol in itertools.product("0123456789abcdefghijklmnopqrstuvwxyz",repeat=6):
print("".join(lol))
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment