[SOLVED] cudaHashcat-plus64: 0 c/s
#1
Hello,

I'm trying to use cudaHashcat-plus64.bin , but I think is not working because I get 0 c/s ...

Look at this:


Code:
./cudaHashcat-plus64.bin -m 400 --gpu-async hash_file.txt
cudaHashcat-plus v0.08 by atom starting...

Hashes: 1
Unique salts: 1
Unique digests: 1
Bitmaps: 8 bits, 256 entries, 0x000000ff mask, 1024 bytes
Rules: 1
GPU-Loops: 64
GPU-Accel: 1
Password lengths range: 1 - 15
Platform: NVidia compatible platform found
Watchdog: Temperature limit set to 90c
Device #1: GeForce 9600 GT, 1023MB, 1800Mhz, 8MCU
Device #1: Allocating 1MB host-memory
Device #1: Kernel ./kernels/4318/m0400.sm_11.64.cubin

Starting attack in wordlist stdin mode...

Status.......: Running
Input.Mode...: Pipe
Hash.Target..: $H$9NsRxDdCwU8chqRtMpjv05f7VF.1Al/
Hash.Type....: phpass, MD5(Wordpress), MD5(phpBB3)
Time.Running.: 10 secs
Time.Util....: 10000.7ms/0.0ms Real/CPU, 0.0% idle
Speed........:        0 c/s Real,        0 c/s GPU
Recovered....: 0/1 Digests, 0/1 Salts
Progress.....: 0
Rejected.....: 0
HW.Monitor.#1:  0% GPU, 85c Temp

And another thing..., when I try to use the -a option, I always get a syntax error:

Code:
$ ./cudaHashcat-plus64.bin -a 3 -m 400 hash_file.txt
Usage: ./cudaHashcat-plus64.bin [options]... hash|hashfile|hccapfile [dictionary|mask|directory]...

Try --help for more help.

Anyone can help me, please?

Thank you.
#2
You are running in stdin mode.
#3
Just explaining what atom said.

1st error is because you can't do a direct run like that, you're missing a dictionary/wordlist.
2nd error is because you didn't specify any mask.

Summary: You should read the Wiki!
#4
But I don't want to use a dictionary. I want to make a brute force attack. That's why I want to use the -a option. -a 3 (brute force)
#5
M@LIK Wrote:2nd error is because you didn't specify any mask.

Google offers a good service called GoogleTranslate for those who don't understand English well. Just saying...
#6
dude, brute-force is totally outdated. read this: https://hashcat.net/wiki/mask_attack
#7
(06-25-2012, 08:05 PM)M@LIK Wrote:
M@LIK Wrote:2nd error is because you didn't specify any mask.

Google offers a good service called GoogleTranslate for those who don't understand English well. Just saying...

I understand english. Don't need to be rude...
I didn't know that the bruteforce attack of Hascat actually means mask attack.

Problem solved. Thanks.