Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

If you're running CentOS or any other Red Hat-derived distribution, be sure that SELinux is turned off. SELinux prevents Apache from running the audit_subnet.sh script which uses nmap as root. Disabling SELinux is the quickest and simplest way to address this.

Nmap

Nmap needs to have the below command run upon it to allow its execution by users with non-root privileges. 

Code Block
chmod u+s /usr/bin/nmap

General Settings

Before you start you should determine the following:

...