nOOb help
#2
First of all, you are not allowed to post hashes here. It's against the forum rules: https://hashcat.net/forum/announcement-2.html
It's even worse that you didn't mask them and not even mentioned what the password is.

The example hashes can be found here: https://hashcat.net/wiki/doku.php?id=example_hashes or with the command hashcat -m 7100 --example-hashes

something like this should work:
Code:
$ml$32894$f75ad5635a1bad19b0ae22efd80f1765a5d132254aeeadfb0b01f6367ba4fa07$4bdfe8db60c785ff662f28f9f07a53db5bb58939e930a345d51329d0bcaae97d0dc72a141f5f9f96ca1d08aac6a7923d50b84668db789ffbb3952dad8f696144

i.e. $ml$ is the signature, after that you need to specify the number of iterations ("rounds") used and this is followed by the full salt in hexadecimal and the 64 bytes (truncated) of the digest/hash.
The format is quite easy, I'm not sure if a converter exists for this hash format (I guess it does somewhere on github etc because you can find kind of everything there, but I didn't investigate for this type of conversion, because it's quite straight forward)

Don't forget, never post hashes except if admins/moderators ask for it. Follow the forum rules. and always mention the password, because otherwise nobody can troubleshoot without wasting time trying to crack the hashes just to see if the format is correct. Thx
Reply


Messages In This Thread
nOOb help - by mh1 - 01-04-2019, 01:19 AM
RE: nOOb help - by philsmd - 01-04-2019, 11:09 AM
RE: nOOb help - by mh1 - 01-04-2019, 01:08 PM
RE: nOOb help - by Banaanhangwagen - 01-04-2019, 04:34 PM
RE: nOOb help - by mh1 - 01-06-2019, 12:17 AM
RE: nOOb help - by Banaanhangwagen - 01-07-2019, 12:32 PM
RE: nOOb help - by mh1 - 01-20-2019, 01:37 AM
RE: nOOb help - by philsmd - 01-20-2019, 10:03 AM
RE: nOOb help - by mh1 - 01-21-2019, 12:49 AM
RE: nOOb help - by Jefferson - 01-21-2019, 01:12 PM
RE: nOOb help - by mh1 - 01-22-2019, 10:28 PM
RE: nOOb help - by undeath - 01-23-2019, 12:20 PM
RE: nOOb help - by mh1 - 01-26-2019, 11:53 PM