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

lse_sudo_commands: readonly variable #37

Closed exploide closed 4 years ago

exploide commented 4 years ago

When running lse on Debian 10 without -i option, the following error occurs:

[!] sud030 Can we list sudo commands with a password?......................lse.sh: line 402: lse_sudo_commands: readonly variable
 nope

While it continues when running under bash, it aborts completely when running with /bin/sh.

diego-treitos commented 4 years ago

This should be fixed in version 2.5.

Thanks a lot for reporting it.