mirror of
https://github.com/cve-search/cpe-guesser.git
synced 2024-11-14 10:58: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
|
||||
|
||||
- `git clone https://github.com/cve-search/cpe-guesser.git`
|
||||
- `cd cpe-guesser/data`
|
||||
- `chmod +x dump.sh`
|
||||
- `cd ../bin`
|
||||
- `python3 import.py`
|
||||
- Take a cup of black or green tea
|
||||
- `python3 server.py` to run the local HTTP server
|
||||
- Download the CPE dictionary & populate the database with `python3 cpe-guesser/bin/import.py`.
|
||||
- Take a cup of black or green tea.
|
||||
- `python3 cpe-guesser/bin/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.
|
||||
|
||||
|
|
Loading…
Reference in a new issue