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

Fixed colored echo of current verbosity level #64

Closed exploide closed 2 years ago

exploide commented 2 years ago

It was printing escape sequences because of the use of echo instead of cecho.

diego-treitos commented 2 years ago

Thank you very much @exploide . It is odd that it worked on my end. Anyway cecho is the one that should be used :)