├── .gitattributes ├── .gitignore ├── FlaskRedirectorProtector.py ├── LICENSE ├── README.md ├── blacklist.txt └── files └── payloads.txt /.gitattributes: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rvrsh3ll/FlaskRedirectorProtector/HEAD/.gitattributes -------------------------------------------------------------------------------- /.gitignore: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rvrsh3ll/FlaskRedirectorProtector/HEAD/.gitignore -------------------------------------------------------------------------------- /FlaskRedirectorProtector.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rvrsh3ll/FlaskRedirectorProtector/HEAD/FlaskRedirectorProtector.py -------------------------------------------------------------------------------- /LICENSE: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rvrsh3ll/FlaskRedirectorProtector/HEAD/LICENSE -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rvrsh3ll/FlaskRedirectorProtector/HEAD/README.md -------------------------------------------------------------------------------- /blacklist.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rvrsh3ll/FlaskRedirectorProtector/HEAD/blacklist.txt -------------------------------------------------------------------------------- /files/payloads.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rvrsh3ll/FlaskRedirectorProtector/HEAD/files/payloads.txt --------------------------------------------------------------------------------