├── LICENSE ├── README.md ├── indicators-of-vulnerability.jar ├── settings.gradle └── src └── burp └── BurpExtender.java /LICENSE: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/codewatchorg/Burp-IndicatorsOfVulnerability/HEAD/LICENSE -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/codewatchorg/Burp-IndicatorsOfVulnerability/HEAD/README.md -------------------------------------------------------------------------------- /indicators-of-vulnerability.jar: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/codewatchorg/Burp-IndicatorsOfVulnerability/HEAD/indicators-of-vulnerability.jar -------------------------------------------------------------------------------- /settings.gradle: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/codewatchorg/Burp-IndicatorsOfVulnerability/HEAD/settings.gradle -------------------------------------------------------------------------------- /src/burp/BurpExtender.java: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/codewatchorg/Burp-IndicatorsOfVulnerability/HEAD/src/burp/BurpExtender.java --------------------------------------------------------------------------------