Add some binaries to enum_protections
- gradm2 for grsec - aa-status for apparmor - getenforce for setlinuxbug/bundler_fix
parent
8258680f95
commit
84b9449137
|
@ -71,7 +71,8 @@ class MetasploitModule < Msf::Post
|
|||
"truecrypt", "bulldog", "ufw", "iptables", "logrotate", "logwatch",
|
||||
"chkrootkit", "clamav", "snort", "tiger", "firestarter", "avast", "lynis",
|
||||
"rkhunter", "tcpdump", "webmin", "jailkit", "pwgen", "proxychains", "bastille",
|
||||
"psad", "wireshark", "nagios", "nagios", "apparmor", "honeyd", "thpot"
|
||||
"psad", "wireshark", "nagios", "nagios", "apparmor", "honeyd", "thpot",
|
||||
"aa-status", "gradm2", "getenforce"
|
||||
]
|
||||
|
||||
env_paths = cmd_exec("echo $PATH").split(":")
|
||||
|
|
Loading…
Reference in New Issue