root il y a 7 ans
Parent
commit
1459d74154
1 fichiers modifiés avec 2 ajouts et 1 suppressions
  1. 2 1
      README.md

+ 2 - 1
README.md

@@ -31,7 +31,8 @@ Configuration: none
 Audit filesystem permissions for possible security issues: 
 * World-readable private keys (ssh, Let's Encrypt) and passwords (Git, SVN, Sympa, Dolibarr, ...)
 * World-writable configuration files and scripts (/etc/init.d/*, /etc/profile, ...)
-* World-writable executable search path ($PATH), python search path, and perl include path
+* World-writable executable search path (ie $PATH), or perl/python/ruby search path
+* Process running a world-writable executable, or world-writable bash/perl/python script
 * Sensitive information stored in the wrong place (passwords in /etc/passwd rather than /etc/shadow)
 
 This tool only does file permissions checks, and does it imperfectly.