ShawnDEvans / smbmap

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

3lpsy/disableopts: Add optional flag to disable color output and 'Working on it' message #64

Closed 3lpsy closed 3 years ago

3lpsy commented 3 years ago

This PR adds the ability to disable color output and the 'Working on it' message. The color and update message can make processing stdout after the scan difficult in some situations and this PR simply adds the options to disable those features.

ShawnDEvans commented 3 years ago

Solid options. I know the color text has and progress messaging has caused a bit of grief lately. Thanks!