odedshimon / BruteShark

Network Analysis Tool

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Also export basic auth data to files, when -o is provided

MexHigh opened this issue · comments

In my setup, Basic Auth secrets are displayed but not exported to the output dir.

This can also bee seen in the code below, if I understand it correctly:

https://github.com/odedshimon/BruteShark/blob/master/BruteShark/BruteSharkCli/Single%20Command%20Runner/SingleCommandRunner.cs#L219-L245

Is there a reason for that? Otherwise this is a feature request 😄 Thanks for this great tool though!