ADIOS Project

-- Live Linux ADIOS CD home


hotADIOS Software
How to use the following software

How to find out what else is on the ADIOS CD

For a full list of RPMs installed on the ADIOS CD enter "rpm -qa".

The Fedora Core extra software installed via RPMs on ADIOS CD include

To display information and then list the files within a package such as cfengine enter rpm -qi cfengine and rpm -ql cfengine

Network Security tools on ADIOS CD include

Additional software installed via TGZ/BZ2 archives include


Autopsy

First login as root and start the autopsy server by entering:

autopsy &

Then either click on the autopsy menu button
or start a web browser and enter http://localhost:9999/autopsy  

Read the manual entries for the sleuthkit file system analysis tools as you will need to run these.


Nessus

First login as root and start the nessusd server by entering:

nessusd &

Then either click on the Nessus menu button
or enter nessus at the command prompt

For user adios enter the password 12qwaszx and click on Login. The more Plugins you select the longer it will take to scan the hosts.  Before starting the scan you must enter hosts in the Target selection, at a minimum enter localhost.  For KDE and Gnome click on the taskbar button to collapse the taskbar so that the Start the scan button is visible to click on.

For example for the localhost, in the Nessus "NG" Report, then in the Subnet menu click on the localhost, then in the Host menu click on the localhost, then in the Port menu click on a service, then in the Severity menu click on the warning, note, or hole

Next save the report to /var/www/html, using file format HTML, and filename nessus.   Then using a web browser at URL http://localhost/nessus.html view the report.


Rinetd

Read the manual entry at http://localhost/cgi-bin/man/man2html?rinetd. The configuration file /etc/rinetd.conf to redirect localhost web requests to a web server at 192.168.201.1 is as follows:

127.0.0.1  80  192.168.201.1  80

Then to start the redirection server enter /usr/sbin/rinetd.


Swish-e

If you create your own web site and want a small and efficient web search engine.  First modify the configuration file /etc/swish.conf to suit your web site.  Then run the swish-e program, enter "swish-e -h" for list of options.

cd /var/www/swish
swish-e -c /etc/swish.conf  -f index.swish

The index files take up about 20Mbytes on the ADIOS CD.  Thus you need write access for possibly a large swish-e index.

Also you then need a write a CGI search program such as /var/www/cgi-bin/search.cgi which is freely distributed with the ADIOS CD.


Written by Neville Richter, n.richter@cqu.edu.au Copyright GNU Public Licence 2006.