Can i do this at the same time?
#1
Code:
hashcat64.exe -w 3 -a 3 -m 2500 -1 03456 9a90d30ac94d735d5d9f83375bc43ca697513786.hccapx 05?1?d?d?d?d?d?d?d?d

Code:
hashcat64.exe -w 3 -a 3 -m 2500 -1 03456 9a90d30ac94d735d5d9f83375bc43ca697513786.hccapx 5?1?d?d?d?d?d?d?d?d

first command with 0 
second command without 0!
I mean phone numbers!

I try first and when it finishes try second.
Sometimes forget to run second command

I want that when the first work finishes 
second command must start automatically

Code:
hashcat64.exe -w 3 -a 3 -m 2500 -1 03456 9a90d30ac94d735d5d9f83375bc43ca697513786.hccapx 05?1?d?d?d?d?d?d?d?d 5?1?d?d?d?d?d?d?d?d

I tried this not worked for me

Thanks.
Reply
#2
You want to generate a mask file, with the two masks setup one after the other. A mask file will iterate through the different masks as they complete. See the section about mask files here: https://hashcat.net/wiki/doku.php?id=mask_attack
Reply
#3
Code:
hashcat64.exe -w 3 -a 3 -m 2500 -1 03456 9a90d30ac94d735d5d9f83375bc43ca697513786.hccapx 05?1?d?d?d?d?d?d?d?d
hashcat64.exe -w 3 -a 3 -m 2500 -1 03456 9a90d30ac94d735d5d9f83375bc43ca697513786.hccapx 5?1?d?d?d?d?d?d?d?d
pause

create a new text file
copy and paste code
rename it phonenumbers.bat
double click for victory
Reply