Save mask in wordlist - Printable Version +- hashcat Forum (https://hashcat.net/forum) +-- Forum: Misc (https://hashcat.net/forum/forum-15.html) +--- Forum: General Talk (https://hashcat.net/forum/forum-33.html) +--- Thread: Save mask in wordlist (/thread-8863.html) |
Save mask in wordlist - john - 01-03-2020 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? RE: Save mask in wordlist - undeath - 01-03-2020 hashcat -a3 PAS?dWOR?d --stdout > list.txt |