Metadata-Version: 2.4
Name: openapi-scanner
Version: 0.1.9
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
Requires-Dist: PyYAML<7.0,>=6.0
Requires-Dist: aiodns<4.0.0,>=3.0.0
Requires-Dist: aiohttp<4.0.0,>=3.8.1
Requires-Dist: aiolimiter<2.0.0,>=1.0.0
Requires-Dist: cchardet<3.0.0,>=2.1.7
Requires-Dist: requests<3.0.0,>=2.27.1
Dynamic: author
Dynamic: author-email
Dynamic: description
Dynamic: home-page
Dynamic: requires-dist
Dynamic: requires-python
Dynamic: summary

# OpenAPI Vulnerability Scanner

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.
