Skip to content

Commit d55b680

Browse files
committed
Land rapid7#8088, Add some binaries to enum_protections
2 parents 1180bd6 + 84b9449 commit d55b680

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

modules/post/linux/gather/enum_protections.rb

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -71,7 +71,8 @@ def find_apps
7171
"truecrypt", "bulldog", "ufw", "iptables", "logrotate", "logwatch",
7272
"chkrootkit", "clamav", "snort", "tiger", "firestarter", "avast", "lynis",
7373
"rkhunter", "tcpdump", "webmin", "jailkit", "pwgen", "proxychains", "bastille",
74-
"psad", "wireshark", "nagios", "nagios", "apparmor", "honeyd", "thpot"
74+
"psad", "wireshark", "nagios", "nagios", "apparmor", "honeyd", "thpot",
75+
"aa-status", "gradm2", "getenforce"
7576
]
7677

7778
env_paths = cmd_exec("echo $PATH").split(":")

0 commit comments

Comments
 (0)