01-24-2023, 04:08 PM
Is there a possibility to make hashcat make a file from a certain mask , like ?a?a?a?a?a and that it saves it into a file ?
Mask downloading possibility !
|
01-24-2023, 04:08 PM
Is there a possibility to make hashcat make a file from a certain mask , like ?a?a?a?a?a and that it saves it into a file ?
01-24-2023, 04:20 PM
Yes, just use --stdout and pipe the result into a file, or maybe use -o outputfile, but I don't know if that works with --stdout.
01-24-2023, 06:31 PM
01-25-2023, 12:05 AM
Code: hashcat -a 3 --stdout ?a?a?a?a?a?a?a?a > textfile.txt Hope you have a big enough storage drive.
01-25-2023, 02:20 PM
|
« Next Oldest | Next Newest »
|