odedshimon / BruteShark

Network Analysis Tool
GNU General Public License v3.0
3.02k stars 332 forks source link

Print Kerberos findings in hashcat format to STDOUT #140

Open MexHigh opened 1 year ago

MexHigh commented 1 year ago

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 😄