diego-treitos / linux-smart-enumeration

Linux enumeration tool for pentesting and CTFs with verbosity levels
GNU General Public License v3.0
3.45k stars 574 forks source link

Fix printf color support check #82

Closed brightio closed 11 months ago

brightio commented 11 months ago

The "%s" will always print the string literally so you will always resort to the binary printf which in very old systems doesn't support ANSI colors. This pull request fix issues #32, #38 and #67.