├── .gitattributes ├── .gitignore ├── LICENSE ├── PEACE-V0.3.py ├── b64Decoder0.4.py ├── fuzz-0.12.py ├── param-test-v0.5.py ├── reflect-v4.3.py ├── session-obsession-v0.6.py ├── simplify-v0.5.py └── xss-hunter.py /.gitattributes: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/romanrounkle/burp_extensions/HEAD/.gitattributes -------------------------------------------------------------------------------- /.gitignore: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/romanrounkle/burp_extensions/HEAD/.gitignore -------------------------------------------------------------------------------- /LICENSE: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/romanrounkle/burp_extensions/HEAD/LICENSE -------------------------------------------------------------------------------- /PEACE-V0.3.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/romanrounkle/burp_extensions/HEAD/PEACE-V0.3.py -------------------------------------------------------------------------------- /b64Decoder0.4.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/romanrounkle/burp_extensions/HEAD/b64Decoder0.4.py -------------------------------------------------------------------------------- /fuzz-0.12.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/romanrounkle/burp_extensions/HEAD/fuzz-0.12.py -------------------------------------------------------------------------------- /param-test-v0.5.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/romanrounkle/burp_extensions/HEAD/param-test-v0.5.py -------------------------------------------------------------------------------- /reflect-v4.3.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/romanrounkle/burp_extensions/HEAD/reflect-v4.3.py -------------------------------------------------------------------------------- /session-obsession-v0.6.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/romanrounkle/burp_extensions/HEAD/session-obsession-v0.6.py -------------------------------------------------------------------------------- /simplify-v0.5.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/romanrounkle/burp_extensions/HEAD/simplify-v0.5.py -------------------------------------------------------------------------------- /xss-hunter.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/romanrounkle/burp_extensions/HEAD/xss-hunter.py --------------------------------------------------------------------------------