restore session in hashcat - Printable Version +- hashcat Forum (https://hashcat.net/forum) +-- Forum: Support (https://hashcat.net/forum/forum-3.html) +--- Forum: hashcat (https://hashcat.net/forum/forum-45.html) +--- Thread: restore session in hashcat (/thread-10848.html) |
restore session in hashcat - Duckworth - 06-22-2022 hello friends, I'm trying to restore the session in the cat, but nothing happens. my code - hashcat.exe --restore RE: restore session in hashcat - marc1n - 06-23-2022 hashcat --session your_name_session (defalut is hashcat) --restore RE: restore session in hashcat - Duckworth - 06-23-2022 (06-23-2022, 10:31 AM)marc1n Wrote: hashcat --session your_name_session (defalut is hashcat) --restorehashcat.exe --session hashcat --restore ???? RE: restore session in hashcat - marc1n - 06-23-2022 (06-23-2022, 04:44 PM)Duckworth Wrote:(06-23-2022, 10:31 AM)marc1n Wrote: hashcat --session your_name_session (defalut is hashcat) --restorehashcat.exe --session hashcat --restore ???? YES! (if you have not set your session name) RE: restore session in hashcat - Snoopy - 06-23-2022 (06-23-2022, 04:44 PM)Duckworth Wrote:(06-23-2022, 10:31 AM)marc1n Wrote: hashcat --session your_name_session (defalut is hashcat) --restorehashcat.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 RE: restore session in hashcat - Duckworth - 06-24-2022 (06-23-2022, 04:55 PM)marc1n Wrote:Thanks!!!!!!!!!!!!!(06-23-2022, 04:44 PM)Duckworth Wrote:(06-23-2022, 10:31 AM)marc1n Wrote: hashcat --session your_name_session (defalut is hashcat) --restorehashcat.exe --session hashcat --restore ???? RE: restore session in hashcat - Duckworth - 06-24-2022 (06-23-2022, 04:58 PM)Snoopy Wrote:Thanks!!!!!!!!!!!!!(06-23-2022, 04:44 PM)Duckworth Wrote:(06-23-2022, 10:31 AM)marc1n Wrote: hashcat --session your_name_session (defalut is hashcat) --restorehashcat.exe --session hashcat --restore ???? |