diff options
author | AnatoliiER <70503278+AnatoliiER@users.noreply.github.com> | 2020-10-05 17:36:43 +0300 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-10-05 17:36:43 +0300 |
commit | 0d2fc3d35e2ec5a1cf39883d8f512d98c0197f63 (patch) | |
tree | 20633c1fd472f0368500cd41da9434a8632dd427 /README.md | |
parent | b4c2c8569f77d737384d4f93467e299ad81b33fa (diff) | |
download | cve-checker-0d2fc3d35e2ec5a1cf39883d8f512d98c0197f63.tar.gz cve-checker-0d2fc3d35e2ec5a1cf39883d8f512d98c0197f63.zip |
Update README.md
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 30 |
1 files changed, 15 insertions, 15 deletions
@@ -10,18 +10,18 @@ vulners - MongoDB 4.2+ # Usage: -[command][option1][option2] ---help ---init-db - The command is required when you first run the utility ---update-vulners-db - [date1, date2] - get updates of vulnerabilities database from date1 to date2 (only for trial, professional, etc. Vulners.com accounts) ---update-db - get updates of vulnerabilities database (Upgrade based on free databases) ---update-info - get information about the number of new CVEs, missing in the database. Checking is carried out on the basis of MitreCVE db. ---start [name of file with packages information, (This is the output of the command: apt list --installed) - Code name of Debian version on which VyOS is based (for example: Stretch, Buster)] -For example: -cve.checker.py --help -cve.checker.py --init-db -cve.checker.py --update-vulners-db 01.01.2020 30.09.2020 -cve.checker.py --update-db -cve.checker.py --update-info -cve.checker.py --start /tmp/packages.txt Buster +<p>[command][option1][option2]</p> +<p>--help</p> +<p>--init-db - The command is required when you first run the utility</p> +<p>--update-vulners-db - [date1, date2] - get updates of vulnerabilities database from date1 to date2 (only for trial, professional, etc. Vulners.com accounts) </p> +<p>--update-db - get updates of vulnerabilities database (Upgrade based on free databases) </p> +<p>--update-info - get information about the number of new CVEs, missing in the database. Checking is carried out on the basis of MitreCVE db.</p> +<p>--start [name of file with packages information, (This is the output of the command: apt list --installed) + Code name of Debian version on which VyOS is based (for example: Stretch, Buster)] </p> +<p>For example:</p> +<p>cve.checker.py --help</p> +<p>cve.checker.py --init-db</p> +<p>cve.checker.py --update-vulners-db 01.01.2020 30.09.2020</p> +<p>cve.checker.py --update-db</p> +<p>cve.checker.py --update-info</p> +<p>cve.checker.py --start /tmp/packages.txt Buster</p> |