Huawei ONT hash type
#4
Convert the "result" from hex to base64 and format it like this:
pbkdf2_sha256$5000$salt$base64
So for your above hash:

Code:
> ./hashcat -m 10000 'pbkdf2_sha256$5000$170c8c0af5c28a8c5a976af63$booqY2F+oTc2gwCue75KsgR73tfAMIFNe69Mn/2FpdQ=' -a 3 123456 --potfile-disable --quiet

pbkdf2_sha256$5000$170c8c0af5c28a8c5a976af63$booqY2F+oTc2gwCue75KsgR73tfAMIFNe69Mn/2FpdQ=:123456
Reply


Messages In This Thread
Huawei ONT hash type - by Thedemon007 - 03-29-2024, 12:08 PM
RE: Huawei ONT hash type - by penguinkeeper - 03-29-2024, 10:37 PM
RE: Huawei ONT hash type - by Thedemon007 - 03-30-2024, 08:27 AM
RE: Huawei ONT hash type - by penguinkeeper - 03-30-2024, 04:49 PM