Add some binaries to enum_protections

- gradm2 for grsec
- aa-status for apparmor
- getenforce for setlinux
bug/bundler_fix
jvoisin 2017-03-10 14:16:58 +01:00
parent 8258680f95
commit 84b9449137
1 changed files with 2 additions and 1 deletions

View File

@ -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(":")