08-14-2015, 01:23 AM
(This post was last modified: 08-14-2015, 01:25 AM by peoplesoft.)
Can I do something like this:
-m 100 -a 3 hashes.txt --hex-charset [lots of hex characters]?d00?d00?d00?d00
Essentially, I am only going against 1 hash so I can hardcode [lots of hex characters] as the salt I know. However, this crashes when I attempt it. My thinking is I can manually convert the password to utf16le with the hex 00. I'm unsure if the ?d will be converted correctly to hex when the substitution is done though.
-m 100 -a 3 hashes.txt --hex-charset [lots of hex characters]?d00?d00?d00?d00
Essentially, I am only going against 1 hash so I can hardcode [lots of hex characters] as the salt I know. However, this crashes when I attempt it. My thinking is I can manually convert the password to utf16le with the hex 00. I'm unsure if the ?d will be converted correctly to hex when the substitution is done though.