ShawnDEvans / smbmap

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

Enhanced CSV Export and Fixed Color Output to File #63

Closed gitmopp closed 3 years ago

gitmopp commented 4 years ago

Enhanced the parameter --csv. It writes the share names to the CSV when started without -r or -R. Fix: Removed color information from output file. The introduced color mode made the file output unusable as the term color information were stored in the output file, e. g. ^[[32mREAD_WRITE^[[0m or ^[[33mREAD_ONLY^[[0m.

ShawnDEvans commented 3 years ago

Thanks for the enhancements!