Skip to content

Latest commit

 

History

History
13 lines (8 loc) · 223 Bytes

README.md

File metadata and controls

13 lines (8 loc) · 223 Bytes

Flask-Waf

=============

Flask-Waf is an extension for Flask that adds support for Server-side Waf to your application.

Just For CTFer

Usage:

from flask_waf import Waf

app = Flask(__name__)
Waf(app)