Thread Closed 
 
Thread Rating:
  • 0 Votes - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Two Question about bruteforce password vbb
08-20-2012, 07:17 PM (This post was last modified: 08-21-2012 11:15 AM by radix.)
Post: #1
Two Question about bruteforce password vbb
I have a hash file named hashcr.txt contain two hash:salts 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!
Find all posts by this user
08-20-2012, 07:26 PM (This post was last modified: 08-20-2012 07:26 PM by undeath.)
Post: #2
RE: Two Question about bruteforce password vbb
1. because you are an incompetent scripting kiddy.
2. the mask has to be at least the length to be bruteforced at maximum, say 10 times ?l for a 10 char password
Find all posts by this user
08-20-2012, 07:32 PM
Post: #3
RE: Two Question about bruteforce password vbb
Your salt is too long (35-char) BECAUSE there's HTML codes:
QFt`K&amp;t,t*EFQv*8*WT&amp;||Qg%nM
&amp; = &
Correct salt:QFt`K&t,t*EFQv*8*WT&||Qg%nM

Still, 27-char as a vBulletin doesn't seem right.
Find all posts by this user
08-20-2012, 09:04 PM (This post was last modified: 08-20-2012 09:14 PM by xuanruou.)
Post: #4
RE: Two Question about bruteforce password vbb
Thank undeath and M@LIK, I must to learn by English, hacking, encoding,... by myself. so you said that I'm a script kiddies is true.

Thank again. i'll learn more...and ask more... ^^
Greet!
Find all posts by this user
08-21-2012, 11:16 AM
Post: #5
RE: Two Question about bruteforce password vbb
(08-20-2012 09:04 PM)xuanruou Wrote:  Thank undeath and M@LIK, I must to learn by English, hacking, encoding,... by myself. so you said that I'm a script kiddies is true.

Thank again. i'll learn more...and ask more... ^^
Greet!

Well, it wont be for some time while I lock your account and provide ample time for you to read the posting rules.
Find all posts by this user
Thread Closed