Help please ! can't figure out the mode to be used
#1
Hi I am new to hashcat just started two days back. I am learning hashcat as its fun. 

Need some help in figuring out the hashcat mode to be used for the below hashes :-

$argon2i$v=19$m=102400,t=2,p=8$[redacted-royce]$[redacted-royce]

$pbkdf2-sha256$29000$[redacted-royce]$[redacted-royce]

sorry for asking noob question.

I tried using John the ripper but john guess to many formats for the pbkdf2 hashes and for argon2 i cannot find any mode.

It would also be very helpful if you can share the command for fast execution for the above hashes.

Thanks for the help!
#2
Please do not post hashes. It is against the forum rules.

There's currently no support in hashcat for Argon2. hashcat's own help could be used to determine the other.

Code:
$ hashcat --help | egrep -i 'pbkdf.*sha256' | head -1
 10900 | PBKDF2-HMAC-SHA256                               | Generic KDF
~
#3
(10-05-2018, 02:30 PM)royce Wrote: Please do not post hashes. It is against the forum rules.

There's currently no support in hashcat for Argon2. hashcat's own help could be used to determine the other.

Code:
$ hashcat --help | egrep -i 'pbkdf.*sha256' | head -1
 10900 | PBKDF2-HMAC-SHA256                               | Generic KDF

Thanks for suggestion this format doesn't work. I get error in hashcat
#4
https://hashcat.net/wiki/doku.php?id=example_hashes