pyvariot/README.md

23 lines
408 B
Markdown
Raw Normal View History

2024-06-07 15:54:49 +02:00
# Python client and module to query the VARIoT IoT vulnerabilities and exploits databases
2024-06-07 11:07:52 +02:00
2024-06-07 15:54:49 +02:00
This is a Python client and module to query the [VARIoT IoT vulnerabilities and exploits databases](https://www.variotdbs.pl/api/).
2024-06-07 11:07:52 +02:00
## Installation
```bash
2024-06-07 15:54:49 +02:00
pip install pyvariot
2024-06-07 11:07:52 +02:00
```
## Usage
### Command line
2024-06-07 15:54:49 +02:00
You can use the `variot` command to query the database:
2024-06-07 11:07:52 +02:00
```bash
```
### Library
See [API Reference]()