pyvariot/README.md
2024-06-07 15:54:49 +02:00

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]()