06-19-2019, 07:25 AM
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
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