/combinations

A quick script utilising itertools to list all combinations of a string

Primary LanguagePython

combinations

A quick script that uses python's itertools and permutations method, to list all combinations of the first argument. This was drafted quickly for a keyboard hack, where we could see which numbers were pressed. And to enter the premise, we had to walk through all combinations systematically. This list helped us to strike through those we've already tried.