Posts: 2
Threads: 1
Joined: Aug 2017
08-23-2017, 01:39 PM
(This post was last modified: 08-23-2017, 03:22 PM by raptor.)
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
Posts: 2,267
Threads: 16
Joined: Feb 2013
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
Posts: 32
Threads: 4
Joined: Nov 2015
08-23-2017, 03:17 PM
(This post was last modified: 08-23-2017, 03:18 PM by Jiminy.)
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.
2. You didn't supply a mask to crack the hash, such as -1 ?l?u?d ?1?1?1? etc.
this mask will ONLY crack a 3 character password containing lower, upper and decimal characters.
You will have to make the mask longer to crack longer passwords.
Make sure you READ the wiki and the help file to learn how to use hashcat.
(08-23-2017, 01:39 PM)raptor Wrote: 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 "k1K" ..... its my command ....
hashcat64.exe -m1400 -a3 -i --increment-min 3 --increment-max 3 --potfile-disable 920D8119F7C91C2E03A74A1A0C8E2B28A0E7C75F85FCD54070BDDE9D77C9408C
and here is output
Session..........: hashcat
Status...........: Exhausted
Hash.Type........: SHA-256
Hash.Target......: 920d8119f7c91c2e03a74a1a0c8e2b28a0e7c75f85fcd54070b...c9408c
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
Posts: 2
Threads: 1
Joined: Aug 2017
(08-23-2017, 03:15 PM)philsmd Wrote: 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
(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.
2. You didn't supply a mask to crack the hash, such as -1 ?l?u?d ?1?1?1? etc.
this mask will ONLY crack a 3 character password containing lower, upper and decimal characters.
You will have to make the mask longer to crack longer passwords.
Make sure you READ the wiki and the help file to learn how to use hashcat.
(08-23-2017, 01:39 PM)raptor Wrote: 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 "k1K" ..... its my command ....
hashcat64.exe -m1400 -a3 -i --increment-min 3 --increment-max 3 --potfile-disable 920D8119F7C91C2E03A74A1A0C8E2B28A0E7C75F85FCD54070BDDE9D77C9408C
and here is output
Session..........: hashcat
Status...........: Exhausted
Hash.Type........: SHA-256
Hash.Target......: 920d8119f7c91c2e03a74a1a0c8e2b28a0e7c75f85fcd54070b...c9408c
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
for 1...im sorry i dont know about that....i remove it...
thank you guys..its helpfull for meundefined