Save mask in wordlist
#1
Hello, how can i save the all possible combinations in wordlist?
for example i have mask PAS?dWOR?d
i need to save it to .txt file, what is command allow to do this?
1
Reply
#2
hashcat -a3 PAS?dWOR?d --stdout > list.txt
Reply