buitin charsets works, but custom charsets dosn't work
#4
Thanks,

Ok, i remove `--hex-charset` option, and you right because `aps` is not hex characters, and now hashcat find `pass`.

Also i use `@` instead of `:`, just because hashcat note me that `1 salts contain separator-char ':'` and i change it to don't note(or warn) me again.

Now i have another question about salt.

I remove the salt section form `hash_salt.txt` file and rename it to `hash.txt`:

hash.txt:
Code:
b0393ef671f10d32135ee40dd9ad6837

And want to use `brute-vbulletin.salt` salt file that is in `hashcat-0.46\salts` directory:

Code:
`hashcat-0.46\salts\brute-vbulletin.salt`

but with the same custom character set as above, the hashcat can not find the `pass`:

Code:
hashcat-cli64.exe -a 3 -m 2711 --pw-min=4 --pw-max=4 -e "brute-vbulletin.salt" -o "out.txt" --outfile-format=3 -n 8 "hash.txt" -1 aps ?1?1?1?1

How can i cover a salt such as `zt_uru[|fVL5::\cbo+&fZDAXJE1!_` in attack? does this file `brute-vbulletin.salt`can cover that or not?
and can i set custom character set for salt too?


Messages In This Thread
RE: buitin charsets works, but custom charsets dosn't work - by tyrone - 09-28-2013, 11:24 AM