Two Question about bruteforce password vbb
#1
I have a hash file named hashcr.txt contain two hashConfusedalts vbb4:
Quote:<removed>
<removed
My command is:
Quote:root@server:~/Desktop/hashcat-0.40# ./hashcat-cli32.bin -m2711 -a0 /root/Desktop/hashcr.txt /root//dict/

And it retrun the result:

Quote:Initializing hashcat v0.40 by atom with 8 threads and 32mb segment-size...

NOTE: press enter for status-screen

Skipping line: <removed> (salt length exception)
1 salts contain seperator-char ':'
Added hashes from file /root/Desktop/hashcr.txt: 1 (1 salts)
Activating quick-digest mode for single-hash with salt
Input.Mode: Dict (/root//dict/0...9999999.dic)
Question 1: why this skipping line and add 1 hash?

Question 2: i want to bruteforce that password from 0 to 10 char and char from a -> z.
i use this command:
Quote:root@server:~/Desktop/hashcat-0.40# ./hashcat-cli32.bin -m2711 -a3 --pw-min=0 --pw-max=10 -o /root/Desktop/hashcr.txt.out /root/Desktop/hashcr.txt ?l

The result:

Quote:Initializing hashcat v0.40 by atom with 8 threads and 32mb segment-size...

NOTE: press enter for status-screen

Skipping line: <removed> (salt length exception)
1 salts contain seperator-char ':'
Added hashes from file /root/Desktop/hashcr.txt: 1 (1 salts)
Activating quick-digest mode for single-hash with salt
Input.Mode: Mask ()
Index.....: 0/1 (segment), 1 (words), 0 (bytes)
Recovered.: 0/1 hashes, 0/1 salts
Speed/sec.: - plains, - words
Progress..: 1/1 (100.00%)
Running...: --:--:--:--
Estimated.: --:--:--:--
Input.Mode: Mask (?l)
Index.....: 0/1 (segment), 26 (words), 0 (bytes)
Recovered.: 0/1 hashes, 0/1 salts
Speed/sec.: - plains, - words
Progress..: 26/26 (100.00%)
Running...: --:--:--:--
Estimated.: --:--:--:--
Started: Mon Aug 20 19:15:04 2012
Stopped: Mon Aug 20 19:15:04 2012
It stopped after start. Does my command is true?
anybody can helpme slove my problem.

Thank for read.
Sorry, my English is bad!


Messages In This Thread
Two Question about bruteforce password vbb - by xuanruou - 08-20-2012, 07:17 PM