├── LICENSE ├── README.md ├── burp-sensitive-param-extractor.py ├── demo └── bspe00.png ├── param-regular.cfg └── sensitive-params.txt /LICENSE: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/theLSA/burp-sensitive-param-extractor/HEAD/LICENSE -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/theLSA/burp-sensitive-param-extractor/HEAD/README.md -------------------------------------------------------------------------------- /burp-sensitive-param-extractor.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/theLSA/burp-sensitive-param-extractor/HEAD/burp-sensitive-param-extractor.py -------------------------------------------------------------------------------- /demo/bspe00.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/theLSA/burp-sensitive-param-extractor/HEAD/demo/bspe00.png -------------------------------------------------------------------------------- /param-regular.cfg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/theLSA/burp-sensitive-param-extractor/HEAD/param-regular.cfg -------------------------------------------------------------------------------- /sensitive-params.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/theLSA/burp-sensitive-param-extractor/HEAD/sensitive-params.txt --------------------------------------------------------------------------------