Skip to content

Commit

Permalink
Update information in README.md for query.py options.
Browse files Browse the repository at this point in the history
  • Loading branch information
ausmaster committed Jun 25, 2024
1 parent cf6c698 commit 7816dfb
Showing 1 changed file with 7 additions and 3 deletions.
10 changes: 7 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -83,7 +83,8 @@ HIGH

### query.py Options
```
usage: VulnVault Query [-h] [-c CONFIG] (--cve CVE | --cpesearch CPESEARCH)
usage: VulnVault Query [-h] [-c CONFIG]
(--cpe CPE | --cpeid CPEID | --cve CVE | --cpe2cves CPE2CVES | --str2cpes STR2CPES)
options:
-h, --help show this help message and exit
Expand All @@ -93,8 +94,11 @@ options:
Operations:
Main Operations, must choose one.
--cpe CPE print CPE information about a specific CPE by CPE name
--cpeid CPEID print CPE information about a specific CPE by CPE ID
--cve CVE print CVE information about a specfic CVE by CVE ID
--cpesearch CPESEARCH
find closest matching CPE given string
--cpe2cves CPE2CVES print all CVEs given a CPE name
--str2cpes STR2CPES find closest matching CPE given string in the form
'<VENDOR> <PRODUCT> <VERSION>'
```

0 comments on commit 7816dfb

Please sign in to comment.