Scheduled checkpoint
#4
Solved... I'll let here the solution... maybe could be useful to somebody.

Finally I did it using screen.

For the hashcat stuff:
screen -S hashcat

Inside the screen session, launch your hashcat, in my case: hashcat --session test --restore

Then from other terminal launch: screen -S hashcat -X stuff 'c'

It works like a charm and this can be set in a script on any cron job. Regards
Reply


Messages In This Thread
Scheduled checkpoint - by OscarAkaElvis - 06-18-2019, 04:26 PM
RE: Scheduled checkpoint - by undeath - 06-18-2019, 05:23 PM
RE: Scheduled checkpoint - by OscarAkaElvis - 06-19-2019, 12:07 AM
RE: Scheduled checkpoint - by OscarAkaElvis - 06-19-2019, 07:25 AM