Can you resume if HC crashes?
#1
So say it crashed or your PC crashed a couple of days into a crack attempt, is there anyway of resuming from where it crashed or do you have to start all over again?
Reply
#2
by default hashcat will create a session called "hashcat". You can restore the session by simply running "hashcat --restore".
Reply
#3
While I'm here can you tell me how to write a mask for an 8 digit upper alpha only if the first two chars are AT. So AT******.

I know the basics so 8 digit upper alpha would be,

hashcat.exe -m 2500 -a3 capture.hccapx ?u?u?u?u?u?u?u?u

How about as I said if the first two chars are AT.
Reply
#4
just type the AT, so AT?u?u?u?u?u?u
Reply
#5
"8 digit upper alpha" would be

-1 ?d?u ?1?1?1?1?1?1?1?1

I guess you mean "8 characters upper alpha"?
Reply
#6
(08-13-2019, 03:31 PM)undeath Wrote: "8 digit upper alpha" would be

-1 ?d?d ?1?1?1?1?1?1?1?1

I guess you mean "8 characters upper alpha"?

Yeh 8 character.
Reply