Versions Compared

Key

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

...

  • Go to Open-AudIT.org and download the latest version. Install Open-AudIT.
  • Log on to Open-AudIT and fill out the form to receive a free 20 device license.
  • Add some credentials.
  • Add a Discovery.
  • Run the Discovery.
  • Done!

 

Table of Contents

Installing

 

Go to open-audit.org and download the latest version. Supply your name, email and company and download the binary. Run “sudo ./OAE-Linux-x86_64-release_2.0.11.run”.

...

Code Block
mysql -u root -p openaudit -e "/usr/local/open-audit/other/openaudit_mysql.sql"

 

 

Dependencies

Open-AudIT relies on dependencies to function. These dependencies are based on the distribution and version you are using. They are below.

Centos 6

Code Block
subscription-manager repos --enable rhel-6-server-optional-rpms
 
yum install mysql mysql-server httpd php php-cli php-mysql php-ldap php-mbstring php-mcrypt php-process php-snmp php-xml nmap zip curl wget sshpass screen samba-client logrotate perl-Time-modules ipmitool

Centos 7

Code Block
yum -y install epel-release
 
yum install mariadb-server httpd php php-cli php-mysql php-ldap php-mbstring php-mcrypt php-process php-snmp php-xml nmap zip curl wget sshpass screen samba-client logrotate perl-Time-ParseDate ipmitool rrdtool libpng12 awscli

RedHat 6

Code Block
rhn-channel --add --channel=rhel-x86_64-server-optional-6
 
yum install mysql mysql-server httpd php php-cli php-mysql php-ldap php-mbstring php-mcrypt php-process php-snmp php-xml nmap zip curl wget sshpass screen samba-client logrotate perl-Time-modules ipmitool

Redhat 7

Code Block
subscription-manager repos --enable=rhel-7-server-optional-rpms
 
yum install mariadb-server httpd php php-cli php-mysql php-ldap php-mbstring php-mcrypt php-process php-snmp php-xml nmap zip curl wget sshpass screen samba-client logrotate perl-Time-ParseDate ipmitool rrdtool libpng12 awscli

Debian 8

Code Block
apt-get install mysql-server apache2 apache2-utils libapache2-mod-proxy-html libapache2-mod-php5 openssh-client php5 php5-cli php5-ldap php5-mcrypt php5-mysql php5-snmp nmap zip wget curl sshpass screen smbclient logrotate libtime-modules-perl ipmitool awscli

Debian 9

Code Block
apt-get install mysql-server apache2 apache2-utils libapache2-mod-php openssh-client php php-cli php-ldap php-mbstring php-mcrypt php-mysql php-snmp php-xml nmap zip wget curl sshpass screen smbclient logrotate libtime-modules-perl ipmitool awscli

Ubuntu 16.04

Code Block
apt-get install mysql-server apache2 apache2-utils libapache2-mod-php openssh-client php php-cli php-ldap php-mbstring php-mcrypt php-mysql php-snmp php-xml nmap zip wget curl sshpass screen smbclient logrotate libtime-modules-perl ipmitool awscli

Ubuntu 18.04

Code Block
mysql-server apache2 apache2-utils libapache2-mod-php openssh-client php php-cli php-ldap php-mbstring php-mysql php-snmp php-xml nmap zip wget curl sshpass screen smbclient logrotate libtime-modules-perl ipmitool awscli