12-07-2017, 07:05 PM
Un-base64 it, then crack it as an NTLM hash.
Code:
$ echo -n 'iEb36u6PsRetBr3YMLdYbA==' | base64 -d | xxd -p
8846f7eaee8fb117ad06bdd830b7586c
~