Been busy with report writing. Just wanna put some of these command and technique on how to restore interrupted session or aborted session in John The Ripper.
1. First step crack the hash with these commands :
john --session=test --format=raw-sha --incremental=rockyou test.txt
2. To restore the abort /interrupted session that you wanted to resume just run these commands :
john --restore=test
Check the "test.log"
Note: Make sure that these file are not delete ".rec" and ".log" files if the file is deleted or missing it wont work.
That's all happy cracking!
1. First step crack the hash with these commands :
john --session=test --format=raw-sha --incremental=rockyou test.txt
2. To restore the abort /interrupted session that you wanted to resume just run these commands :
john --restore=test
Check the "test.log"
Note: Make sure that these file are not delete ".rec" and ".log" files if the file is deleted or missing it wont work.
That's all happy cracking!
Comments
Post a Comment