Metadata-Version: 2.1
Name: openapi-scanner
Version: 0.1.8
Summary: OpenAPI Vulnerability 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)
Requires-Dist: requests (>=2.27.1,<3.0.0)
Project-URL: Repository, https://github.com/tz4678/openapi-sqli-scanner
Description-Content-Type: text/markdown

# OpenAPI Vulnerability Scanner

Текущеее состояние: пока сломан (`$ref`).

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

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

```bash
$ pipx install openapi_scanner
$ openapi-scan https://polon.nauka.gov.pl/opi-ws/api/swagger.json --header 'Authorization: Bearer XXX'
$ openapi-scan --help
```

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

