Versions Compared

Key

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

...

The Linux Open-AudIT installer will test for and if required, install Open-AudIT from your distributions repository. After installing you should run the below to SetUID. This is required for SNMP (UDP 161) detection. This is supported on RedHat/CentOS and Debian/Ubuntu. If you need to manually install Nmap:

For RedHat/CentOS do (NOTE - if you upgrade using yum, you will need to reapply this "chmod" setting).

Code Block
languagebash
sudo yum install nmap
chmod u+s `which nmap`

...