Crack help - Printable Version +- hashcat Forum (https://hashcat.net/forum) +-- Forum: Support (https://hashcat.net/forum/forum-3.html) +--- Forum: hashcat (https://hashcat.net/forum/forum-45.html) +--- Thread: Crack help (/thread-11161.html) |
Crack help - xyfy - 12-04-2022 any one can help to crack this 7-zip hash when I run Code: ./hashcat -m 11600 -a 3 $7z$128$19$0$$16$6c1bf290b87753844a6c3496a083c89f$4126542896$16$4$5fcae88d41b2c81554f70cdb2932a7c6 -O it out put like below: Code: hashcat (v6.2.6) starting RE: Crack help - marc1n - 12-04-2022 Token length exception: 1/1 hashes This error happens if the wrong hash type is specified, if the hashes are malformed, or if input is otherwise not as expected (for example, if the --username option is used but no username is present) This hash-mode is known to emit multiple valid candidates for the same hash. Use --keep-guessing to continue attack after finding the first crack. Use to crack https://www.openwall.com/john/ password is password1 RE: Crack help - xyfy - 12-05-2022 I use https://www.openwall.com/john/ to get 7-zip hash string [$7z$128$19$0$$16$6c1bf290b87753844a6c3496a083c89f$4126542896$16$4$5fcae88d41b2c81554f70cdb2932a7c6] Code: perl ~/Downloads/john-1.9.0-jumbo-1/run/7z2john.pl ~/Downloads/善.7z password is password1 is not correct. (12-04-2022, 03:11 PM)marc1n Wrote: Token length exception: 1/1 hashes |