Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
PidgeyL committed Dec 2, 2015
1 parent 5439860 commit 2502fbe
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -46,11 +46,13 @@ CVE-Scan is composed of 3 major functions:
and **Nmap2CVE-Search.py**, which does all of the above in 1 go.

You can either run ```python3 Nmap2CVE-Search.py output.xml``` to
enhance and visualize the report or
enhance and visualize the report, or
```python3 analyzer.py -x output.xml enhanced.json```, to create the
enhanced report, followed by ```python3 visualizer.py enhanced.json```
to visualize the report (default webserver on localhost:5050.
Add -t for terminal view)

All scripts in the `bin` folder can be called with the -h flag, to get more information about it

## Licencing
This software is licensed under the "Original BSD License".
Expand Down

0 comments on commit 2502fbe

Please sign in to comment.