Versions Compared

Key

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

Table of Contents

Introduction

Open-AudIT uses Nmap in its Discovery function. Without Nmap, Open-AudIT will not function correctly. Every Open-AudIT install assumes Nmap is installed and will test for it on the Discovery web pages.

 

Linux

The Linux Open-AudIT installer will test for and if required, install Open-AudIT from your distributions repository. This is supported on RedHat/CentOS and Debian/Ubuntu. If you need to manually install Nmap, for RedHat/CentOS do 

Code Block
languagebash
sudo yum install nmap

And for Debian/Ubuntu run

Code Block
languagebash
sudo apt-get install nmap

 

Windows

The Windows Open-AudIT installer will test for the presence of Nmap in it's standard install locations of:

...

Use the standard install options when displayed and click the "I Agree", "Next" and "Install" buttons to install Nmap. 

 

 

Running Discovery

Now when you go to a Discovery page, you should not see the below warning.

Image Added