Skip to content
This repository has been archived by the owner on Dec 16, 2022. It is now read-only.

Commit

Permalink
Build 215 - Libnessus is not working from pip, so installing it from …
Browse files Browse the repository at this point in the history
…git. Still troubleshooting Issue #111
  • Loading branch information
sethsec committed Aug 17, 2019
1 parent a39de33 commit 7493133
Show file tree
Hide file tree
Showing 3 changed files with 15 additions and 2 deletions.
2 changes: 1 addition & 1 deletion celerystalk
Original file line number Diff line number Diff line change
Expand Up @@ -89,7 +89,7 @@ import csv

from lib.nmap import nmapcommand

build=str(214)
build=str(215)

def print_banner():

Expand Down
14 changes: 14 additions & 0 deletions setup/install.sh
Original file line number Diff line number Diff line change
Expand Up @@ -79,6 +79,20 @@ echo ""
pip install -r requirements.txt --upgrade


echo ""
echo "**************************************"
echo "* Starting python-libnessus *"
echo "**************************************"
echo ""

if [ ! -f /opt/python-libnessus/python_libnessus.egg-info ]; then
cd /opt/
git clone https://github.com/bmx0r/python-libnessus.git
cd python-libnessus
python setup.py install
fi


if [ ! -f /opt/amass/amass ]; then
echo ""
echo "****************************************"
Expand Down
1 change: 0 additions & 1 deletion setup/requirements.txt
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
python-libnmap
python-libnessus
netaddr
simplejson
requests
Expand Down

0 comments on commit 7493133

Please sign in to comment.