Post Reply 
 
Thread Rating:
  • 0 Votes - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Seperator unmatched.
08-18-2012, 03:26 AM
Post: #1
Seperator unmatched.
Hey, My current computer has bad specs so I'm about to run an attack over night on some vbulletin hashes that are in the following format:
Code:
fcxxabxx7fxx43xx77xxbfxx2axx8exx:yD#>xx=H)y!xxJmRxx!>yB$-]:eC4U
As you can see in this particular hash, hashcat will return with "Seperator unmatched" and carry on.
Due to the second ":" in the salt.

So my question is, Will it keep on running the hash assuming that the first ":" is the actual seperator?
Find all posts by this user
Quote this message in a reply
08-18-2012, 03:47 AM
Post: #2
RE: Seperator unmatched.
What -m you're using?
Or post your command-line here.
Find all posts by this user
Quote this message in a reply
08-18-2012, 01:00 PM
Post: #3
RE: Seperator unmatched.
(08-18-2012 03:47 AM)M@LIK Wrote:  What -m you're using?
Or post your command-line here.

thanks:
Code:
./hashcat-cli32.bin -m 2711 -a 0 --rules=rules/best64.rule hash.txt ../wordlists/
Find all posts by this user
Quote this message in a reply
08-19-2012, 10:24 AM
Post: #4
RE: Seperator unmatched.
This is not about the 2nd : it can handle it pretty good. You get "Seperator unmatched" if the : is not at possition 33 of the line. In your example it is, so thats a bit strange, you sure its this hash?
Visit this user's website Find all posts by this user
Quote this message in a reply
08-19-2012, 02:07 PM
Post: #5
RE: Seperator unmatched.
(08-19-2012 10:24 AM)atom Wrote:  This is not about the 2nd : it can handle it pretty good. You get "Seperator unmatched" if the : is not at possition 33 of the line. In your example it is, so thats a bit strange, you sure its this hash?

Yes im sure, hmm Ive always got it on salts with two colons, but it has still cracked the forementioned hash:salts's.
Find all posts by this user
Quote this message in a reply
Post Reply