hashcat Forum
Unsupported Fortigate Hashes? - Printable Version

+- hashcat Forum (https://hashcat.net/forum)
+-- Forum: Support (https://hashcat.net/forum/forum-3.html)
+--- Forum: hashcat (https://hashcat.net/forum/forum-45.html)
+--- Thread: Unsupported Fortigate Hashes? (/thread-11328.html)



Unsupported Fortigate Hashes? - CyberPentester - 03-02-2023

I have multiple hashes from a Fortigate. I am able to crack some with mode 7000 and 26300, but I am getting "Token length exception" on the remaining hashes that are of length 200 and also look base64 encoded. Does anyone know what type of hash this is and if there is a program/module that can crack them?


RE: Unsupported Fortigate Hashes? - nick8606 - 03-02-2023

Base64-encoded strings with constant size 200 are probably encrypted passwords, not hashes.
Some details.


RE: Unsupported Fortigate Hashes? - CyberPentester - 03-02-2023

(03-02-2023, 06:21 AM)nick8606 Wrote: Base64-encoded strings with constant size 200 are probably encrypted passwords, not hashes.
Some details.

You are correct sir. I found a similar tool, but it only works for FortiOS until 6.4.1:
https://github.com/inm7ripe/Fortigate-password-recovery

My hashes come from a more recent FortiOS version, so it does not work.