Metadata-Version: 2.4
Name: pirebok
Version: 0.0.1
Summary: a guided adversarial fuzzer
Project-URL: Homepage, https://github.com/HappyHackingSpace/pirebok
Project-URL: Documentation, https://happyhackingspace.github.io/pirebok
Project-URL: Repository, https://github.com/HappyHackingSpace/pirebok
Author-email: Doğan Can Bakır <dogancanbakir@protonmail.com>, Happy Hacking Space <team@happyhacking.space>
License-Expression: MIT
License-File: LICENSE
Classifier: Development Status :: 2 - Pre-Alpha
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: MIT License
Classifier: Natural Language :: English
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.13
Requires-Python: >=3.13
Requires-Dist: click>=8.1
Requires-Dist: tqdm>=4.66
Provides-Extra: guided
Requires-Dist: metamaska>=0.0.1; extra == 'guided'
Description-Content-Type: text/markdown

# pîrebok (from Kurdish "witch") - a guided adversarial fuzzer


[![pypi](https://img.shields.io/pypi/v/pirebok.svg)](https://pypi.org/project/pirebok/)
[![python](https://img.shields.io/pypi/pyversions/pirebok.svg)](https://pypi.org/project/pirebok/)
[![Build Status](https://github.com/HappyHackingSpace/pirebok/actions/workflows/ci.yml/badge.svg)](https://github.com/HappyHackingSpace/pirebok/actions/workflows/ci.yml)
[![codecov](https://codecov.io/gh/HappyHackingSpace/pirebok/branch/main/graphs/badge.svg)](https://codecov.io/github/HappyHackingSpace/pirebok)



* Documentation: <https://happyhackingspace.github.io/pirebok>
* GitHub: <https://github.com/HappyHackingSpace/pirebok>
* PyPI: <https://pypi.org/project/pirebok/>
* Free software: MIT


## Features
- Random generic fuzzer w/ multiple transformers
- Random sql fuzzer w/ multiple transformers
- Guided random sql fuzzer w/ multiple transformers and [metamaska](https://github.com/HappyHackingSpace/metamaska)

## Credits
- [Cookiecutter](https://github.com/audreyr/cookiecutter)
- [waynerv/cookiecutter-pypackage](https://github.com/waynerv/cookiecutter-pypackage)
- [ML-based-WAF](https://github.com/vladan-stojnic/ML-based-WAF)
- [WAF-A-MoLE](https://github.com/AvalZ/WAF-A-MoLE)
