Cisco ASA hash type
#2
Un-base64 it, then crack it as an NTLM hash.
Code:
$ echo -n 'iEb36u6PsRetBr3YMLdYbA==' | base64 -d | xxd -p
8846f7eaee8fb117ad06bdd830b7586c
~


Messages In This Thread
Cisco ASA hash type - by jayohaitchenn - 12-07-2017, 06:53 PM
RE: Cisco ASA hash type - by royce - 12-07-2017, 07:05 PM
RE: Cisco ASA hash type - by jayohaitchenn - 12-07-2017, 10:01 PM
RE: Cisco ASA hash type - by jayohaitchenn - 12-08-2017, 11:42 AM
RE: Cisco ASA hash type - by jayohaitchenn - 12-08-2017, 01:11 PM
RE: Cisco ASA hash type - by undeath - 12-08-2017, 02:26 PM
RE: Cisco ASA hash type - by jayohaitchenn - 12-08-2017, 02:33 PM