(11-12-2012, 09:37 AM)epixoip Wrote: ...
use -o to capture the password to a file for further analysis.
Thanx for reply. I checked again with '-o' but result is the same. mcedit shows all words in dictionary is 'ok'. The dictionary has no words with broken-nonprintable symbols. Anything else to help me?
11-12-2012, 11:29 AM (This post was last modified: 11-12-2012, 11:57 AM by Buran.)
(11-12-2012, 11:12 AM)epixoip Wrote: i also notice you're running in stdin mode, not a straight dictionary attack -- what are you doing to your dictionary before piping it into hashcat?
I tried a lot of different commands... Results is the same. This is just an example number 9
Code:
pyrit -o - export_passwords | ./oclHashcat etc.
I was ran with command:
Code:
./oclHashcat-plus32.bin --gpu-loops 256 --gpu-temp-retain 60 -m 2500 -n 80 tplink.hccap 1.dic oclHashcat-plus v0.09 by atom starting...
Hashes: 1 total, 1 unique salts, 1 unique digests
Bitmaps: 8 bits, 256 entries, 0x000000ff mask, 1024 bytes
Rules: 1
Workload: 256 loops, 80 accel
Watchdog: Temperature abort trigger set to 90c
Watchdog: Temperature retain trigger set to 60c
Device #1: Cypress, 1024MB, 875Mhz, 20MCU
Device #1: Kernel ./kernels/4098/m2500.Cypress_923.1_1.4.1741.kernel (1819052 bytes)
11-12-2012, 02:40 PM (This post was last modified: 11-12-2012, 02:40 PM by Buran.)
Thank you, epixoip, for the help attempts! Problem solved. If the parameter --gpu-accel not equal 40, then HashCat-plus write password not found (-n > 40) or cracked with empty password (-n < 40). Passwords found and display it correct if only '-n 40' option presents. ATI Sapphire HD5870 OC.