Unsure which method to use
#3
Thanks for the suggestion, I still get the following when I run with the chained toggles{1,2,3}.rule:


Code:
./hashcat.bin -a 0 -m 11300 ./hash.txt ./wordlist.txt -O -w 3 -r rules/Incisive-leetspeak.rule -r rules/toggles{1,2,3}.rule
hashcat (v6.1.1) starting...

Kernel /home/user/Downloads/hashcat-6.1.1/OpenCL/m11300-optimized.cl:
Optimized kernel requested but not needed - falling back to pure kernel

OpenCL API (OpenCL 1.1 Mesa 18.3.6) - Platform #1 [Mesa]
========================================================
* Device #1: AMD Radeon (TM) RX 480 Graphics (POLARIS10, DRM 3.38.0, 4.19.0-10-amd64, LLVM 7.0.1), 26150/26214 MB (6553 MB allocatable), 36MCU

OpenCL API (OpenCL 2.1 AMD-APP (3143.9)) - Platform #2 [Advanced Micro Devices, Inc.]
=====================================================================================

Kernel /home/user/Downloads/hashcat-6.1.1/OpenCL/m11300-optimized.cl:
Optimized kernel requested but not needed - falling back to pure kernel

Minimum password length supported by kernel: 0
Maximum password length supported by kernel: 256

Hashes: 1 digests; 1 unique digests, 1 unique salts
Bitmaps: 16 bits, 65536 entries, 0x0000ffff mask, 262144 bytes, 5/13 rotates
Rules: 232305

Applicable optimizers applied:
* Zero-Byte
* Single-Hash
* Single-Salt
* Slow-Hash-SIMD-LOOP
* Uses-64-Bit

Watchdog: Hardware monitoring interface not found on your system.
Watchdog: Temperature abort trigger disabled.

Host memory required for this attack: 696 MB

Dictionary cache hit:                 
* Filename..: ./wordlist.txt
* Passwords.: 240
* Bytes.....: 1835
* Keyspace..: 55753200

The wordlist or mask that you are using is too small.
This means that hashcat cannot use the full parallel power of your device(s).
Unless you supply more work, your cracking speed will drop.
For tips on supplying more work, see: https://hashcat.net/faq/morework

Approaching final keyspace - workload adjusted.

Session..........: hashcat
Status...........: Running
Hash.Name........: Bitcoin/Litecoin wallet.dat
Hash.Target......: xxx
Time.Started.....: Sun Aug 16 08:23:21 2020, (3 mins, 30 secs)
Time.Estimated...: Thu Aug 20 05:14:57 2020, (3 days, 20 hours)
Guess.Base.......: File (./wordlist.txt)
Guess.Mod........: Rules (rules/Incisive-leetspeak.rule, rules/toggles1.rule)
Guess.Queue......: 1/3 (33.33%)
Speed.#1.........:      167 H/s (2.80ms) @ Accel:128 Loops:64 Thr:64 Vec:1
Recovered........: 0/1 (0.00%) Digests
Progress.........: 34800/55753200 (0.06%)
Rejected.........: 0/34800 (0.00%)
Restore.Point....: 0/240 (0.00%)
Restore.Sub.#1...: Salt:0 Amplifier:145-146 Iteration:17472-17536
Candidates.#1....: xxx -> 2011


A couple notes about the above:

1. The wordlist or mask that you are using is too small still, can I increase that somehow?
2. Approaching final keyspace - workload adjusted. <--- this happens right away, should I do something here?
3. I notice that the Guess.Mod line only has the rules/toggles1.rule, and not the other two, is that ok?
4. I am unaware of 167 H/s is a good speed or not?
5. I xxx'd out a couple things Big Grin
Reply


Messages In This Thread
Unsure which method to use - by rantoie - 08-15-2020, 08:32 PM
RE: Unsure which method to use - by undeath - 08-16-2020, 12:41 PM
RE: Unsure which method to use - by rantoie - 08-16-2020, 02:26 PM