restore session in hashcat
#1
hello friends, I'm trying to restore the session in the cat, but nothing happens.
my code - hashcat.exe  --restore
Reply
#2
hashcat --session your_name_session (defalut is hashcat) --restore
Reply
#3
(06-23-2022, 10:31 AM)marc1n Wrote: hashcat --session your_name_session (defalut is hashcat) --restore
hashcat.exe --session hashcat --restore   ????
Reply
#4
(06-23-2022, 04:44 PM)Duckworth Wrote:
(06-23-2022, 10:31 AM)marc1n Wrote: hashcat --session your_name_session (defalut is hashcat) --restore
hashcat.exe --session hashcat --restore   ????

YES! (if you have not set your session name)
Reply
#5
(06-23-2022, 04:44 PM)Duckworth Wrote:
(06-23-2022, 10:31 AM)marc1n Wrote: hashcat --session your_name_session (defalut is hashcat) --restore
hashcat.exe --session hashcat --restore   ????

for short yes
Code:
hashcat.exe --session hashcat --restore
 

a slightly longer answer
take a look in your hahscat folder, there should be at least one file ending with .restore, the name before is your session name, if not provided when starting hashcat, this defaults to hashcat like marc1n already said
Reply
#6
(06-23-2022, 04:55 PM)marc1n Wrote:
(06-23-2022, 04:44 PM)Duckworth Wrote:
(06-23-2022, 10:31 AM)marc1n Wrote: hashcat --session your_name_session (defalut is hashcat) --restore
hashcat.exe --session hashcat --restore   ????

YES! (if you have not set your session name)
Thanks!!!!!!!!!!!!!
Reply
#7
(06-23-2022, 04:58 PM)Snoopy Wrote:
(06-23-2022, 04:44 PM)Duckworth Wrote:
(06-23-2022, 10:31 AM)marc1n Wrote: hashcat --session your_name_session (defalut is hashcat) --restore
hashcat.exe --session hashcat --restore   ????

for short yes
Code:
hashcat.exe --session hashcat --restore
 

a slightly longer answer
take a look in your hahscat folder, there should be at least one file ending with .restore, the name before is your session name, if not provided when starting hashcat, this defaults to hashcat like marc1n already said
Thanks!!!!!!!!!!!!!
Reply