Example Usage
usage: lookup.py [-h] [--unique] [--part {a,h,o}] WORD [WORD ...]
Find potential CPE names from a list of keyword(s) and return a JSON of the results
positional arguments:
WORD One or more keyword(s) to lookup
options:
-h, --help show this help message and exit
--unique Return the best CPE matching the keywords given
--part {a,h,o} Optional CPE part filter: a (application), h (hardware), o (operating system)