Getting started steps

This commit is contained in:
Austin Taylor
2018-01-02 07:10:57 -05:00
parent ee6d61605b
commit ff50354bf9

View File

@ -34,18 +34,20 @@ Currently Supports
- [ ] NMAP - [ ] NMAP
- [ ] More to come - [ ] More to come
Getting Started
Setup
=============== ===============
```python 1) Follow the [install requirements](#installreq)
Install pip: 2) Fill out the section you want to process in <a href="https://github.com/austin-taylor/VulnWhisperer/blob/master/configs/frameworks_example.ini">example.ini file</a>
sudo <pkg-manager> install python-pip 3) Modify the IP settings in the <a href="https://github.com/austin-taylor/VulnWhisperer/tree/master/logstash">logstash files to accomodate your environment</a> and import them to your logstash conf directory (default is /etc/logstash/conf.d/)
sudo pip install --upgrade pip 4) Import the <a href="https://github.com/austin-taylor/VulnWhisperer/tree/master/kibana/vuln_whisp_kibana">kibana visualizations</a>
5) [Run Vulnwhisperer](#run)
Manually install requirements: <a id="installreq">Install Requirements</a>
sudo pip install pytz --------------------
sudo pip install pandas
```python
Using requirements file: Using requirements file:
sudo pip install -r /path/to/VulnWhisperer/requirements.txt sudo pip install -r /path/to/VulnWhisperer/requirements.txt
@ -68,7 +70,7 @@ There are a few configuration steps to setting up VulnWhisperer:
<p align="left" style="width:200px"><img src="https://github.com/austin-taylor/vulnwhisperer/blob/master/docs/source/config_example.png" style="width:200px"></p> <p align="left" style="width:200px"><img src="https://github.com/austin-taylor/vulnwhisperer/blob/master/docs/source/config_example.png" style="width:200px"></p>
Run <a id="run">Run</a>
----- -----
To run, fill out the configuration file with your vulnerability scanner settings. Then you can execute from the command line. To run, fill out the configuration file with your vulnerability scanner settings. Then you can execute from the command line.
```python ```python