Skip to content

Commit

Permalink
updated-readme
Browse files Browse the repository at this point in the history
  • Loading branch information
kaleemullah360 committed Jul 5, 2019
1 parent eb754ec commit 6c8a8e7
Show file tree
Hide file tree
Showing 4 changed files with 10 additions and 1 deletion.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@ __pycache__/
.Python
build/
results/
vepy3/
nvd/
develop-eggs/
dist/
Expand Down
Binary file added .req.txt.swp
Binary file not shown.
10 changes: 9 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,11 +14,19 @@ Python script for preparing NVD JSON feeds and importing in Local Database | Pyt

d) provides query capabilities for this CVEs database.

Before Script execution create following directories.
### Before Script execution create following directories.

`mkdir results`
`mkdir nvd`

### Create Virtual Env:

- `sudo apt install virtualenv`
- `virtualenv --python=python3 vepy3`
- `source vepy3/bin/activate`
- `python -m pip install -r requirements.txt`
- `python ./script.py COMMAND PARAMETERS AND SWITCHES`

Usage examples:

- Download, parse and save in CSV files all CVEs from NIST NVD:
Expand Down
File renamed without changes.

0 comments on commit 6c8a8e7

Please sign in to comment.