#install_tool('openvas', '/home/$(whoami)/penbang/netkit/openvas/install_openvas.sh') #Facing some build issues, I will include it in the next release#install_tool('nessus', 'home/$(whoami)/penbang/netkit/nessus/install_nessus.sh')
They are not functioning. This is due to the following issues.
Nessus installation issue
Unfortunately, Nessus is not available in http.kali.org; a repository I depend on for supplying deb packages. Nor is it available in the debian repository.
Fetching the download link from tenable through *wget fails due to session restrictions
Solutions
To manually download it from tenable -----Defies purpose
To include the deb package-----Too large ~25MB
To POST/GET and download it though wget-----Working on it
Adding a repository that houses nessus-----May cause damage to your system
In the mean time, I suggest downloading it manually.
Adding a repository that houses openvas-----May cause damage to your system
Downloading debs from http.kali.org through wget-----Working on it
To include the source code and build it natively-----If the latter fails
Last edit: Logic-Gate 2013-05-24
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
Although Nessus is included in Scripts.py:
:::python
And openvas6 is included in install.py
:::python
They are not functioning. This is due to the following issues.
Nessus installation issue
Unfortunately, Nessus is not available in http.kali.org; a repository I depend on for supplying deb packages. Nor is it available in the debian repository.
Fetching the download link from tenable through *wget fails due to session restrictions
Solutions
To manually download it from tenable -----Defies purpose
To include the deb package-----Too large ~25MB
To POST/GET and download it though wget-----Working on it
Adding a repository that houses nessus-----May cause damage to your system
In the mean time, I suggest downloading it manually.
Uncomment in Scripts.py:
:::python
And uncomment in menu.xml:
:::xml
OpenVas-6 installation issue
I have been facing build issues with openvas-6. The current install_openvas.sh script looks like this:
:::sh
Solutions
Adding a repository that houses openvas-----May cause damage to your system
Downloading debs from http.kali.org through wget-----Working on it
To include the source code and build it natively-----If the latter fails
Last edit: Logic-Gate 2013-05-24