help to identify hash type
#4
(12-10-2021, 06:21 PM)RocketTwice Wrote: Thanks, but it was tested already - wrong hash types =(

Too hard, but i have more details:

this script:
Code:
https://raw.githubusercontent.com/Anti-weakpasswords/PBKDF2-Python-Builtin/master/pbkdf2.py
with params:
Code:
python pbkdf2.py --a SHA-256 -p newdream -s 0789f6ac6db3339ff762051030b00f66e00b9d8d938afad152ca5130e205d330 -i 1000

will generate valid hash from my list:

Code:
Base64 (RFC1521 MIME, PEM - extra chars are + and /, while padding is =):
iyHh4rMCdBP4J197uo9VeMX+SFhtA/xLeQYdA4QOtyU=

Base64 (urlsafe - extra chars are - and _, while padding is =):
iyHh4rMCdBP4J197uo9VeMX-SFhtA_xLeQYdA4QOtyU=

Base32 (A-Z, 2-7, padding is =):
RMQ6DYVTAJ2BH6BHL553VD2VPDC74SCYNUB7YS3ZAYOQHBAOW4SQ====

Base16 (uppercase hex):
8B21E1E2B3027413F8275F7BBA8F5578C5FE48586D03FC4B79061D03840EB725

hex (lowercase):
8b21e1e2b3027413f8275f7bba8f5578c5fe48586d03fc4b79061d03840eb725

It means that hashcat "PBKDF2-HMAC-SHA256 (10900)" should fit to my hashes? But im trying and no passwds found.

Maybe im wrong?Or i need to unHex hashes first of all and only then put it in hashConfusedalt file?
Reply


Messages In This Thread
help to identify hash type - by RocketTwice - 12-10-2021, 01:39 PM
RE: help to identify hash type - by ciccio17 - 12-10-2021, 05:42 PM
RE: help to identify hash type - by RocketTwice - 12-10-2021, 06:21 PM
RE: help to identify hash type - by RocketTwice - 12-10-2021, 11:05 PM
RE: help to identify hash type - by nick8606 - 12-11-2021, 07:59 AM
RE: help to identify hash type - by RocketTwice - 12-13-2021, 04:53 PM