mirror of
https://github.com/cve-search/pyvariot.git
synced 2024-11-23 07:17:21 +00:00
Python module to query the VARIoT IoT vulnerabilities and exploits databases
16d7effe78
Bumps [certifi](https://github.com/certifi/python-certifi) from 2024.6.2 to 2024.7.4. - [Commits](https://github.com/certifi/python-certifi/compare/2024.06.02...2024.07.04) --- updated-dependencies: - dependency-name: certifi dependency-type: indirect ... Signed-off-by: dependabot[bot] <support@github.com> |
||
---|---|---|
.github | ||
docs | ||
pyvariot | ||
tests | ||
.gitignore | ||
.pre-commit-config.yaml | ||
.readthedocs.yml | ||
LICENSE | ||
mypy.ini | ||
poetry.lock | ||
pyproject.toml | ||
README.md |
Python client and module to query the VARIoT IoT vulnerabilities and exploits databases
This is a Python client and module to query the VARIoT IoT vulnerabilities and exploits databases.
Installation
pip install pyvariot
Usage
Command line
You can use the pyvariot
command to query the database:
$ pyvariot --help
usage: pyvariot [-h] [--url URL] [--apikey APIKEY]
(--vulnerability_id VULNERABILITY_ID | --exploit_id EXPLOIT_ID)
Get a vulnerability or an exploit by ID.
options:
-h, --help show this help message and exit
--url URL URL of the instance.
--apikey APIKEY Your personal API key.
--vulnerability_id VULNERABILITY_ID
ID of the vulnerability.
--exploit_id EXPLOIT_ID
ID of the exploit.
Library
See API Reference