WPA 10 digit phone number using area code dictionary and 7 digit mask? HOW?
#4
ok here is what i have:

./hc -m 2500 -a 6 hccap-combined3/combined3.hccap /media/hal/My_Passport/WORDS2/AREA_CODES/areacodes.txt ?d?d?d?d?d?d?d

where ./hc is a shortcut for hashcat.bin
and areacodes.txt is a simple list 387 lines long - just 3 digit area codes

it works but,
Here is the message:

hal@ubuntu:~/hashcat-3.10$ ./hc -m 2500 -a 6 hccap-combined3/combined3.hccap /media/hal/My_Passport/WORDS2/AREA_CODES/areacodes.txt ?d?d?d?d?d?d?d
hashcat (v3.10) starting...

OpenCL Platform #1: Advanced Micro Devices, Inc.
================================================
- Device #1: Cypress, 128/512 MB allocatable, 14MCU
- Device #2: Cypress, 128/512 MB allocatable, 14MCU
- Device #3: Cypress, 128/512 MB allocatable, 14MCU
- Device #4: Cypress, 128/512 MB allocatable, 14MCU
- Device #5: AMD Sempron(tm) 145 Processor, skipped

Hashes: 3 hashes; 3 unique digests, 3 unique salts
Bitmaps: 16 bits, 65536 entries, 0x0000ffff mask, 262144 bytes, 5/13 rotates
Applicable Optimizers:
* Zero-Byte
* Slow-Hash-SIMD
Watchdog: Temperature abort trigger set to 90c
Watchdog: Temperature retain trigger set to 75c

Cache-hit dictionary stats /media/hal/My_Passport/WORDS2/AREA_CODES/areacodes.txt: 1935 bytes, 387 words, 3870000000 keyspace

ATTENTION!
The wordlist or mask you are using is too small.
Therefore, hashcat is unable to utilize the full parallelization power of your device(s).
The cracking speed will drop.
Workaround: https://hashcat.net/wiki/doku.php?id=fre...full_speed

INFO: approaching final keyspace, workload adjusted


when i get status:

Session.Name...: hashcat
Status.........: Running
Input.Left.....: File (/media/hal/My_Passport/WORDS2/AREA_CODES/areacodes.txt)
Input.Right....: Mask (?d?d?d?d?d?d?d) [7]
Hash.Target....: File (hccap-combined3/combined3.hccap)
Hash.Type......: WPA/WPA2
Time.Started...: Thu Oct 20 20:40:36 2016 (31 secs)
Time.Estimated.: Tue Mar 7 07:37:37 2017 (137 days, 11 hours)
Speed.Dev.#1...: 0 H/s (0.00ms)
Speed.Dev.#2...: 0 H/s (0.00ms)
Speed.Dev.#3...: 0 H/s (0.00ms)
Speed.Dev.#4...: 977 H/s (11.78ms)
Speed.Dev.#*...: 977 H/s
Recovered......: 0/3 (0.00%) Digests, 0/3 (0.00%) Salts
Progress.......: 30573/11610000000 (0.00%)
Rejected.......: 0/30573 (0.00%)
Restore.Point..: 0/387 (0.00%)
HWMon.Dev.#1...: Temp: 49c Fan: 25% Util: 0% Core: 865Mhz Mem:1170Mhz Lanes:1
HWMon.Dev.#2...: Temp: 30c Fan: 21% Util: 0% Core: 157Mhz Mem: 300Mhz Lanes:1
HWMon.Dev.#3...: Temp: 41c Fan: 21% Util: 0% Core: 157Mhz Mem: 300Mhz Lanes:1
HWMon.Dev.#4...: Temp: 49c Fan: 25% Util: 92% Core: 865Mhz Mem:1170Mhz Lanes:1

[s]tatus [p]ause [r]esume [b]ypass [c]heckpoint [q]uit =>

This same hccap file with ?d?d?d?d?d?d?d?d?d?d (10 dig) runs at 146kH/s

Note: with -w3 at the end:
./hc -m 2500 -a 6 hccap-combined3/combined3.hccap /media/hal/My_Passport/WORDS2/AREA_CODES/areacodes.txt ?d?d?d?d?d?d?d -w3

the hash rate goes from 977 to 1026 h/S

Any ideas?


Messages In This Thread
RE: WPA 10 digit phone number using area code dictionary and 7 digit mask? HOW? - by ICONOCLAST - 10-21-2016, 02:46 AM