Thread Rating:
  • 0 Votes - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
crack long password how to fix "no combinations possible"
08-12-2011, 04:35 PM (This post was last modified: 08-13-2011 06:05 PM by caicaicai.)
Post: #1
crack long password how to fix "no combinations possible"
oclhashcat crack long password how to fix "no combinations possible"

i have a lot of sha1 hash to crack

like this sha1('mytestsaltmytestpassSECURITYKEYWORD')

sha1(salt.pass.'SECURITYKEYWORD')

password is too long oclhashcat can't crack it

any one know how to fix it or the other program can crack this ?

thanks very much
Find all posts by this user
08-12-2011, 09:18 PM
Post: #2
RE: crack long password how to fix "no combinations possible"
hashcat can crack this. simply create a rule-file with this rule:
Code:
$S$E$C$U$R$I$T$Y$K$E$Y$W$O$R$D
Find all posts by this user
08-12-2011, 09:33 PM
Post: #3
RE: crack long password how to fix "no combinations possible"
i tested

it will say "no combinations possible"

because password is too long

thank you
Find all posts by this user
08-12-2011, 11:10 PM
Post: #4
RE: crack long password how to fix "no combinations possible"
hashcat can crack this.

Code:
hashcat-cli64.exe -m102 hash.txt word.txt -r rule.txt -e salt.txt

Initializing hashcat v0.37 by atom with 8 threads and 32mb segment-size...

NOTE: press enter for status-screen

Added external salts from file salt.txt: 1 salts
Added hashes from file hash.txt: 1 (1 salts)
Activating quick-digest mode for single-hash
Added rules from file rule.txt: 1
09491528f39ec2c2e15b3fa83ce83c46a777cb57:mytestsalt:mytestpassSECURITYKEYWORD
All hashes have been recovered

i was not talking about oclhashcat(-plus/lite)
Find all posts by this user
08-13-2011, 10:51 AM (This post was last modified: 08-13-2011 08:35 PM by caicaicai.)
Post: #5
RE: crack long password how to fix "no combinations possible"
thanks undeath for test

but

GPU crack 2.5 hours

CPU 7 8 days .....

i want GPU crack

my hd6990 , and i have a lot hash to crack

but oclHashcat can't crack too long password
Find all posts by this user
08-13-2011, 01:23 PM
Post: #6
RE: crack long password how to fix "no combinations possible"
Upload the hashes and let me try Wink
Find all posts by this user
08-13-2011, 05:57 PM (This post was last modified: 08-13-2011 08:34 PM by caicaicai.)
Post: #7
RE: crack long password how to fix "no combinations possible"
can't upload
Find all posts by this user
08-13-2011, 06:41 PM
Post: #8
RE: crack long password how to fix "no combinations possible"
Archive and upload thenDodgy
Find all posts by this user
08-14-2011, 06:00 PM
Post: #9
RE: crack long password how to fix "no combinations possible"
Help ````
Find all posts by this user
08-20-2011, 08:35 PM
Post: #10
RE: crack long password how to fix "no combinations possible"
Help ````
Find all posts by this user