diff --git a/BappManifest.bmf b/BappManifest.bmf index 4c945f0..9b69173 100644 --- a/BappManifest.bmf +++ b/BappManifest.bmf @@ -2,12 +2,12 @@ Uuid: 81e073a640964b2ea3af0da93d048dbd ExtensionType: 1 Name: SensitiveDiscoverer RepoName: sensitive-discoverer -ScreenVersion: 3.1.0 +ScreenVersion: 3.2.0 SerialVersion: 2 MinPlatformVersion: 0 ProOnly: False Author: CYS4 ShortDescription: Burp Suite extension to scan for sensitive strings in HTTP messages. -EntryPoint: target/SensitiveDiscoverer-3.1.0-jar-with-dependencies.jar +EntryPoint: target/SensitiveDiscoverer-3.2.0-jar-with-dependencies.jar BuildCommand: mvn package SupportedProducts: Pro, Community diff --git a/pom.xml b/pom.xml index f9469cb..18d9d87 100644 --- a/pom.xml +++ b/pom.xml @@ -12,7 +12,7 @@ com.cys4.sensitivediscoverer sensitivediscoverer - 3.1.0 + 3.2.0 17