-
Notifications
You must be signed in to change notification settings - Fork 267
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Installation issue #214
Comments
Update: I managed to reduce errors to just the following. Please help INFO:root:main:Running vulnwhisperer for section openvas |
Hi, Any help available? Thank you |
to install it in different location try to use var PYTHONUSERBASE
--user is a mandatory option for python to use $PYTHONUSERBASE variable |
Hi,
I am new to VulnWhisperer and I believe it has great potential. I already deployed ELK stack 6.8.10 and i would like to integrate VulnWhisperer into the same server to import data from OpenVas.
I tried the installation following the steps described in the official documentation, but I ended with some errors and unable to run VulnWhisperer.
Questions:
I will share exactly my steps and the errors I got at the end, hopping you can tell me what I did wrong and help me fix it.
Thank you
Steps I followed:
Download source files
$ git clone https://github.com/HASecuritySolutions/VulnWhisperer.git
Install requirements
$ sudo apt-get install zlib1g-dev libxml2-dev libxslt1-dev
$ cd VulnWhisperer
$ pip install -r requirements.txt
$ python setup.py install
Fill out the section you want to process in frameworks_example.ini file
*Note: Open config file and fill out the section corresponding to vulnerability software you are using
$ sudo nano /home/user1/VulnWhisperer/configs/frameworks_example.ini
*Note: Need to add a Logstash config file to process logs from a new source (input/output sections)
$ sudo nano /home/user1/VulnWhisperer/resources/elk6/pipeline/3000_openvas.conf
*Note: Find ELK host section at the EOF and enter “localhost” (because ELK stack and VulnWhisperer will be running on the same server)
5.1. Copy/Move the Logstash .conf files from /VulnWhisperer/logstash/ to /etc/logstash/conf.d/
$ sudo cp /home/user1/VulnWhisperer/resources/elk6/pipeline/3000_openvas.conf /etc/logstash/conf.d/
5.2. Validate the Logstash.conf files input contains the correct location of VulnWhisper Scans in the input.file.path directory identified below:
[ELK] Import the Kibana visualizations
6.1. Log into Kibana
6.2. Go to Management (left panel last option)
6.3. Go to Saved Objects (under Kibana section to the right)
6.4. Go to Import (top right)
6.5. Import file kibana.json (previously downloaded from Github or ELK server)
Run Vulnwhisperer
$ vuln_whisperer -c configs/frameworks_example.ini -s openvas
Console output errors:
The text was updated successfully, but these errors were encountered: