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