01-24-2023, 04:08 PM
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
Thanks ! can you give an exanple of the cmd . please ? with mask e.g. ?a?a?a?a?a?a?a?a , greetings !
(01-24-2023, 04:20 PM)b8vr Wrote: [ -> ]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-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
Hope so too ! Thanks A Million !
(01-25-2023, 12:05 AM)slyexe Wrote: [ -> ]Code:hashcat -a 3 --stdout ?a?a?a?a?a?a?a?a > textfile.txt
Hope you have a big enough storage drive.