diego-treitos / linux-smart-enumeration

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

Consider dropping white/black colors #44

Closed danielwalo closed 3 years ago

danielwalo commented 3 years ago

Hi. :)

I use Kali in with the High Contrast style. When running lse.sh with colors, this causes the test descriptions to be "blank" because white is hard-coded as the foreground color.

lse

I fixed the issue by deleting all instances of ${white} in the script. It's useful to have color highlighting.

diego-treitos commented 3 years ago

Hi. Sorry for the delay on the response.

I gave some thought to this and eventually I decided that it might be good to have an alternative color scheme for these cases.

I created a new branch to test a new color scheme that you can activate with the -C (capital C) paramenter, just for you ;).

Please give it a try: https://raw.githubusercontent.com/diego-treitos/linux-smart-enumeration/alt_color/lse.sh

Please let me know what you think and, if it is ok, I will incorporate the changes into the master branch.

danielwalo commented 3 years ago

Looks great!

diego-treitos commented 3 years ago

Thank you @danielwalo . I've released version 3.2 that includes this change.

I am closing this ticket.

Cheers!