https://github.com/namuan/fuzzy-swagger
API fuzz testing generator using swagger document.
https://github.com/namuan/fuzzy-swagger
api fuzz-testing fuzzing openapi python swagger testing
Last synced: 6 months ago
JSON representation
API fuzz testing generator using swagger document.
- Host: GitHub
- URL: https://github.com/namuan/fuzzy-swagger
- Owner: namuan
- License: mit
- Created: 2018-10-15T20:50:16.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2025-01-01T00:28:38.000Z (about 1 year ago)
- Last Synced: 2025-04-19T21:16:11.457Z (10 months ago)
- Topics: api, fuzz-testing, fuzzing, openapi, python, swagger, testing
- Language: Python
- Size: 155 KB
- Stars: 8
- Watchers: 2
- Forks: 1
- Open Issues: 3
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
Awesome Lists containing this project
README
# fuzzy-swagger
[](https://pypi.python.org/pypi/fuzzy-swagger/)
[](https://pypi.python.org/pypi/fuzzy-swagger/)
[](https://pypi.python.org/pypi/fuzzy-swagger/)
[](https://github.com/woltapp/wolt-python-package-cookiecutter)
---
**Documentation**: [https://namuan.github.io/fuzzy-swagger](https://namuan.github.io/fuzzy-swagger)
**Source Code**: [https://github.com/namuan/fuzzy-swagger](https://github.com/namuan/fuzzy-swagger)
**PyPI**: [https://pypi.org/project/fuzzy-swagger/](https://pypi.org/project/fuzzy-swagger/)
---
API fuzz testing generator using swagger document.
## Installation
```sh
pip install fuzzy-swagger
```
## Example Usage
```
$ fuzzy-swagger --swagger http://localhost:8080/api-docs --server http://localhost:8080
```
## Development
* Clone this repository
* Requirements:
* [Poetry](https://python-poetry.org/)
* Python 3.7+
* Create a virtual environment and install the dependencies
```sh
poetry install
```
* Activate the virtual environment
```sh
poetry shell
```
### Testing
```sh
pytest
```