ShawnDEvans / smbmap

SMBMap is a handy SMB enumeration tool
GNU General Public License v3.0
1.76k stars 343 forks source link

Export CSV not populating data #87

Closed eiu-aballison closed 1 year ago

eiu-aballison commented 1 year ago

Using 1.9.1 when trying to export csv it creates the file, add header to the file but does not populate the data. It will display the permissions to the screen but not in the csv file. Tested with -g and it exports the information but not with --csv.

ShawnDEvans commented 1 year ago

I'll check it out. 100% didn't test everything well enough. Thanks for the submission!

On Tue, Jul 18, 2023, 11:13 AM Aaron B. Allison @.***> wrote:

Using 1.9.1 when trying to export csv it creates the file, add header to the file but does not populate the data. It will display the permissions to the screen but not in the csv file. Tested with -g and it exports the information but not with --csv.

— Reply to this email directly, view it on GitHub https://github.com/ShawnDEvans/smbmap/issues/87, or unsubscribe https://github.com/notifications/unsubscribe-auth/AA6SKWE33MK22YNMVRZJ2LTXQ2RXNANCNFSM6AAAAAA2ORXVYA . You are receiving this because you are subscribed to this thread.Message ID: @.***>

ShawnDEvans commented 1 year ago

I just pushed some code that should address the issues. Take it for a test drive! Thanks again for the bug report.