Metadata-Version: 2.1
Name: cfwafenabler
Version: 0.0.1
Summary: Allows to mass modify rules in CloudFlare WAF
Home-page: https://github.com/nomex/cfwafenabler
Author: David Lladro
Author-email: david.lladro@gmail.com
Requires-Python: >=3.8.0,<4.0.0
Classifier: Environment :: Console
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.8
Classifier: Programming Language :: Python :: 3.9
Classifier: Topic :: Security
Requires-Dist: cloudflare (>=2.8.15,<3.0.0)
Requires-Dist: configparser (>=5.0.1,<6.0.0)
Requires-Dist: simple-term-menu (>=0.10.5,<0.11.0)
Project-URL: Repository, https://github.com/nomex/cfwafenabler
Description-Content-Type: text/markdown

# cfwafenabler

CloudFlare doesn't allow to set their entire WAF in Simulate mode. Instead, they suggest you to use the API.
cfwafenabler allows you to mass-modify all the rules to put your WAF in Simulate mode

# Installation

To install cfwafenabler just use [pipx](https://github.com/pipxproject/pipx)
> pipx install cfwafenabler

# Credits

Based in [canozokur's](https://github.com/canozokur/cloudflare-waf-simulate) work.

This package was created with [Cookiecutter](https://github.com/cookiecutter/cookiecutter) and the [byt3bl33d3r/pythoncookie](https://github.com/byt3bl33d3r/pythoncookie) project template.

