Metadata-Version: 2.1
Name: opensqli
Version: 0.1.6
Summary: OpenAPI SQLi Scanner
Home-page: https://github.com/tz4678/openapi-sqli-scanner
Author: Sergey M
Author-email: tz4678@gmail.com
Requires-Python: >=3.10,<4.0
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.10
Requires-Dist: PyYAML (>=6.0,<7.0)
Requires-Dist: aiodns (>=3.0.0,<4.0.0)
Requires-Dist: aiohttp (>=3.8.1,<4.0.0)
Requires-Dist: aiolimiter (>=1.0.0,<2.0.0)
Requires-Dist: cchardet (>=2.1.7,<3.0.0)
Project-URL: Repository, https://github.com/tz4678/openapi-sqli-scanner
Description-Content-Type: text/markdown

# OpenAPI SQLi Scanner

Command-line tool for pentesting [OpenAPI](https://swagger.io/specification/), formerly known as Swagger.

用于渗透测试 OpenAPI 的命令行工具 以前称为 Swagger。

```bash
$ pipx install opensqli

# Ненавижу поляков и прочих подпиндосников
$ opensqli https://polon.nauka.gov.pl/opi-ws/api/swagger.json --header 'Authorization: Bearer XXX'

$ opensqli --help
```

Use [asdf](https://github.com/asdf-vm/asdf) or [pyenv](https://github.com/pyenv/pyenv) to install the latest python version.

![image](https://user-images.githubusercontent.com/12753171/161459878-d57ee9bd-8fcb-4b97-a7a6-f77704a0c48d.png)

![image](https://user-images.githubusercontent.com/12753171/161459421-b6392b14-24e1-4d09-8357-2d605f578d8d.png)




