I used --session param and --restore 3 times when I needed it. After few days it ended.
But how to use --show now? All i tried failed...
But how to use --show now? All i tried failed...
Restore session and read the result
|
I used --session param and --restore 3 times when I needed it. After few days it ended.
But how to use --show now? All i tried failed...
04-07-2021, 12:10 AM
Is the command --session useless?
If not, how can I use it to see the result? Because it's nice that you can divide the work into stages but since you can't see the result it's only a proof of concept...
04-07-2021, 09:35 AM
Hashcat supports resuming cracking jobs with --session [sessionname] and with --restore.
Read more here:https://hashcat.net/wiki/doku.php?id=restore When the job is finished, you can use --show in order to show the cracked hashes. hashcat -m [chosen_hash_mode] hashlist.txt --show
04-07-2021, 08:02 PM
Code: hashcat.exe -m 2500 -a 3 input_file.hccapx --show I started session with Code: hashcat.exe -a 3 -m 2500 --hwmon-temp-abort=100 --session=input input_file.hccapx ?H?H?H?H?H?H?H?H?H I have backup restore files from 15 min before it ended. I copied it just in case.
04-08-2021, 10:17 AM
If --show returns nothing, it means it is not cracked.
Are you sure your job ended with "cracked" status, and not with "exhausted"? Also, is there a specific reason why you use ?H ?
04-09-2021, 12:20 AM
Every router from this provider have default password contains capital letters or numbers and i know it is default now (becouse it's mine )
What -m parameter should i use if to convert cap file (with 4 way handshake) i used https://hashcat.net/cap2hccapx/? |
« Next Oldest | Next Newest »
|