Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- permutations = itertools.permutations("abcdefghijklmnoprstuvyzwxq1234567890_", 10)
- a = list(permutations)
- while len(a) > 0:
- new_list = a[:5000]
- threading.Thread(target=crack, args=())
- a = a[5000:]
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement