odedshimon / BruteShark

Network Analysis Tool

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Print Kerberos findings in hashcat format to STDOUT

MexHigh opened this issue · comments

When using BruteSharkCli like this ./BruteSharkCli -l br0 -m Credentials, only the type and etype with hex blobs are printed to STDOUT for Kerberos findings instead of the correct hashcat format. These are only saved in the output dir if specified.

Is it possible to show them in STDOUT too? Or can I convert the hex blobs to the correct format afterwards? If not, consider this a feature request 😄