Putting a pause on a session
#6
Yes, you can pause your Hashcat session and restore it later. To pause the session, simply press p during the running session. This will halt the cracking process without losing progress.

Before shutting down your computer, make sure to save the session using the command:

hashcat --session mysession --pause

Replace "mysession" with your chosen session name. When you’re ready to resume, you can start Hashcat again with the following command:

hashcat --session mysession --restore

This way, you can safely shut down your computer and continue later without losing your progress.

Thanks
Reply


Messages In This Thread
Putting a pause on a session - by bp42 - 09-23-2024, 01:26 AM
RE: Putting a pause on a session - by buka - 09-23-2024, 03:56 AM
RE: Putting a pause on a session - by bp42 - 09-23-2024, 08:21 AM
RE: Putting a pause on a session - by Spliceguy - 09-23-2024, 07:29 PM
RE: Putting a pause on a session - by bp42 - 09-23-2024, 11:52 PM
RE: Putting a pause on a session - by aidenhall - 10-04-2024, 09:39 AM