python script output is not generating the world list the right way

words = [‘cyse’, ‘gmu’, ‘mason’, ’20’, ’21’, ’22’, ’23’, ’24’ ]

cases = []
for word in words:
pr = product(*zip(word, word.upper()))
cases += [set(map(”.join, pr))]

for perm in permutations(cases):
for prod in product(*per… Continue reading python script output is not generating the world list the right way

Creating Wordlist from specific characters and numbers using Mentalist or similar program

I have locked myself out of my Win 10 Microsoft account by forgetting my password and need to get back into it. I have extracted the hash for the account.
I’ve been researching wordlists and hash cracking and think I’ve got a hang of the a… Continue reading Creating Wordlist from specific characters and numbers using Mentalist or similar program