![]() |
multi charset - 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: multi charset (/thread-6808.html) |
multi charset - raptor - 08-23-2017 hi guys... few days ago i found hash cat..... i want to crack words that are include upper case....lower case ... and number....but hash cat cant crack it and give me Exhausted status..... for example i want to crack "***" ..... its my command .... hashcat64.exe -m1400 -a3 -i --increment-min 3 --increment-max 3 --potfile-disable <hash removed by philsmd> and here is output Session..........: hashcat Status...........: Exhausted Hash.Type........: SHA-256 Hash.Target......: <hash removed by philsmd> Time.Started.....: Wed Aug 23 16:01:15 2017 (0 secs) Time.Estimated...: Wed Aug 23 16:01:15 2017 (0 secs) Guess.Mask.......: ?1?2?2 [3] Guess.Charset....: -1 ?l?d?u, -2 ?l?d, -3 ?l?d*!$@_, -4 Undefined Guess.Queue......: 1/1 (100.00%) Speed.Dev.#1.....: 10809.0 kH/s (0.02ms) Recovered........: 0/1 (0.00%) Digests, 0/1 (0.00%) Salts Progress.........: 80352/80352 (100.00%) Rejected.........: 0/80352 (0.00%) Restore.Point....: 1296/1296 (100.00%) Candidates.#1....: Qar -> Xqg HWMon.Dev.#1.....: Temp: 44c Fan: 0% Util: 99% Core:1417MHz Mem:3304MHz Bus:16 Started: Wed Aug 23 16:01:13 2017 Stopped: Wed Aug 23 16:01:16 2017 how can i fix this?! thanksundefined RE: multi charset - philsmd - 08-23-2017 1. it's not allowed to post hashes 2. you need to specify a mask (see https://hashcat.net/wiki/?id=mask_attack) if you use -a 3 (otherwise the default one will be used, which is probably not exactly what you need here) Code: hashcat64.exe -m 1400 -a 3 --potfile-disable -2 ?u?l?d hash ?2?2?2 RE: multi charset - raptor - 08-23-2017 (08-23-2017, 03:15 PM)philsmd Wrote: 1. it's not allowed to post hashes (08-23-2017, 03:17 PM)Jiminy Wrote: For 1, you're not supposed to post hashes unless authorized by the moderators. I would remove it quickly or risk getting banned for a period. Read the forum rules. for 1...im sorry i dont know about that....i remove it... thank you guys..its helpfull for meundefined |