mirror of
https://github.com/cve-search/cpe-guesser.git
synced 2024-11-14 19:08:27 +00:00
chg: [doc] update import instructions
This commit is contained in:
parent
fa6abfbb54
commit
6af4a9d6e2
1 changed files with 3 additions and 6 deletions
|
@ -16,12 +16,9 @@ the software with `lookup.py` to find the most probable CPE matching the keyword
|
||||||
### Installation
|
### Installation
|
||||||
|
|
||||||
- `git clone https://github.com/cve-search/cpe-guesser.git`
|
- `git clone https://github.com/cve-search/cpe-guesser.git`
|
||||||
- `cd cpe-guesser/data`
|
- Download the CPE dictionary & populate the database with `python3 cpe-guesser/bin/import.py`.
|
||||||
- `chmod +x dump.sh`
|
- Take a cup of black or green tea.
|
||||||
- `cd ../bin`
|
- `python3 cpe-guesser/bin/server.py` to run the local HTTP server.
|
||||||
- `python3 import.py`
|
|
||||||
- Take a cup of black or green tea
|
|
||||||
- `python3 server.py` to run the local HTTP server
|
|
||||||
|
|
||||||
If you don't want to install it locally, there is a public online version. Check below.
|
If you don't want to install it locally, there is a public online version. Check below.
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue