From 6af4a9d6e27eeaf4b14442cfdffd79f40a8e1f09 Mon Sep 17 00:00:00 2001 From: Esa Jokinen Date: Tue, 21 Sep 2021 20:24:44 +0300 Subject: [PATCH] chg: [doc] update import instructions --- README.md | 9 +++------ 1 file changed, 3 insertions(+), 6 deletions(-) diff --git a/README.md b/README.md index 0e4d8a7..00c77ca 100644 --- a/README.md +++ b/README.md @@ -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.