mirror of
https://github.com/cve-search/pyvariot.git
synced 2024-11-23 15:27:22 +00:00
22 lines
408 B
Markdown
22 lines
408 B
Markdown
# 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](https://www.variotdbs.pl/api/).
|
|
|
|
## Installation
|
|
|
|
```bash
|
|
pip install pyvariot
|
|
```
|
|
|
|
## Usage
|
|
|
|
### Command line
|
|
|
|
You can use the `variot` command to query the database:
|
|
|
|
```bash
|
|
```
|
|
|
|
### Library
|
|
|
|
See [API Reference]()
|