Post Reply 
 
Thread Rating:
  • 0 Votes - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
question qbout mask and my gpu speed
04-06-2012, 11:53 AM
Post: #1
question qbout mask and my gpu speed
hi first of all its my first time using hashcat. so sorry for asking noob questions Big Grin
well when im setting the mask like this -1 ?l?u?d?s ?1?1?1?1?1?1?1?1?1?1?1

i think the generated passes should be 11 characters right ?
so whats this ?
Code:
Password lengths range: 1 - 15
and how can i change it to 11 - 11 range?
AND im using :
GeForce GTX 550 Ti
it takes
Code:
Time.Left....: 1 year, 202 days
for a 11 characters lenght password is this good? and the speed is
Code:
Speed........:    15067 c/s Real,    15196 c/s GPU
how can i decrease the time and increase the speed .
Find all posts by this user
Quote this message in a reply
04-06-2012, 12:15 PM (This post was last modified: 04-06-2012 12:23 PM by undeath.)
Post: #2
RE: question qbout mask and my gpu speed
(04-06-2012 11:53 AM)Crim3R Wrote:  hi first of all its my first time using hashcat. so sorry for asking noob questions Big Grin
well when im setting the mask like this -1 ?l?u?d?s ?1?1?1?1?1?1?1?1?1?1?1

i think the generated passes should be 11 characters right ?
so whats this ?
Code:
Password lengths range: 1 - 15
and how can i change it to 11 - 11 range?

if you are using -plus, ignore this. with -lite set --pw-min=11


(04-06-2012 11:53 AM)Crim3R Wrote:  it takes
Code:
Time.Left....: 1 year, 202 days
for a 11 characters lenght password is this good? and the speed is
Code:
Speed........:    15067 c/s Real,    15196 c/s GPU
how can i decrease the time and increase the speed .

What kind of hash are you trying to crack? The time depends on the used PSA.

For increased speed i recommend buying 4x AMD 7970.

The calculated left time doesn't seem to be correct though.
95^11 = 5,68800092276459960938e21 combinations
95^11/15100/60/60/24/365 = 11944723580 years
Find all posts by this user
Quote this message in a reply
04-06-2012, 12:19 PM
Post: #3
RE: question qbout mask and my gpu speed
the problem is im carcking wp hashes and -lite doesnt support it.
Find all posts by this user
Quote this message in a reply
04-06-2012, 01:57 PM
Post: #4
RE: question qbout mask and my gpu speed
(04-06-2012 12:15 PM)undeath Wrote:  95^11 = 5,68800092276459960938e21 combinations
95^11/15100/60/60/24/365 = 11944723580 years

integer overflow
Visit this user's website Find all posts by this user
Quote this message in a reply
04-06-2012, 01:58 PM
Post: #5
RE: question qbout mask and my gpu speed
(04-06-2012 12:19 PM)Crim3R Wrote:  the problem is im carcking wp hashes and -lite doesnt support it.

because you should not brute-force wp hashes and -lite does support only brute-force.
Visit this user's website Find all posts by this user
Quote this message in a reply
04-06-2012, 10:39 PM
Post: #6
RE: question qbout mask and my gpu speed
so whats the best way for wordpress hashes in case that i know hash in 11 characters
Find all posts by this user
Quote this message in a reply
04-06-2012, 10:57 PM
Post: #7
RE: question qbout mask and my gpu speed
grab some good dictionaries..
use hashcat-utils to extract the words with only 11 characters using "len" tool..
run the attack with ur filtered dict.. ; )
Find all posts by this user
Quote this message in a reply
Post Reply