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

Common setuid binary `fusermount3` #57

Closed exploide closed 2 years ago

exploide commented 2 years ago

I think /usr/bin/fusermount3 should be added to the list of common setuid binaries. I have that on my Fedora 35 system and I also saw it on a Debian- or Ubuntu-like box.

$ ls -lh $(which fusermount3)
-rwsr-xr-x. 1 root root 36K 16. Sep 17:59 /usr/bin/fusermount3
diego-treitos commented 2 years ago

Thank you @exploide . I added this binary and another one.