diff options
author | AnatoliiER <70503278+AnatoliiER@users.noreply.github.com> | 2020-09-20 16:35:15 +0300 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-09-20 16:35:15 +0300 |
commit | 46000d3d884f328ae36850724b1d843c5b102a2b (patch) | |
tree | 923fa08a68a773db9ca0e5e202ea0fedcdf6cc52 /checker.py | |
parent | db97281dcaca40d7bfc02e2f769eed5e2c2b4ca4 (diff) | |
download | cve-checker-46000d3d884f328ae36850724b1d843c5b102a2b.tar.gz cve-checker-46000d3d884f328ae36850724b1d843c5b102a2b.zip |
Update checker.py
Diffstat (limited to 'checker.py')
-rw-r--r-- | checker.py | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -177,7 +177,7 @@ def help(): You could use commands: 1.) --help 2.) --init-db - This operation is required when you first run the utility. - 3.) --update-vulners-db - get updates of vulnerabilities database (only for trial, professional, etc. Vulners.com accounts) + 3.) --update-vulners-db - [date1, date2] - get updates of vulnerabilities database from date1 to date2 (only for trial, professional, etc. Vulners.com accounts) 4.) --update-db - get updates of vulnerabilities database (Upgrade based on free databases) 5.) --update-info - get information about the number of new CVEs, missing in the database. Checking is carried out on the basis of MitreCVE db. |