July 5, 2020 at 6:16 am
#41432
Z
Participant
Hi Diego thank you for your help, i got it to work i downloaded and installed john the ripper windows verison (john-jumbo-1.9) and got it to work with crunch and hashcat if anyone needs the download link is : https://www.openwall.com/john/ and the command for it to work with crunch and hashcat to save sessions is :
crunch_win.exe 8 8 | john.exe –stdin –session=YOURSESSIONNAME –stdout | hashcat.exe -m 2500 YOURHASH.2500 -a 0 -w 4 –force
Restoring the sessions command is : crunch_win.exe 8 8 | john.exe –restore=YOURSESSIONNAME | hashcat.exe -m 2500 YOURHASH.2500 -a 0 -w 4 –force