diff --git a/BappDescription.html b/BappDescription.html index 4e395a2..19b11b9 100644 --- a/BappDescription.html +++ b/BappDescription.html @@ -1,26 +1,35 @@ -

ActiveScan++ extends Burp Suite's active and passive scanning capabilities. -Designed to add minimal network overhead, it identifies application behaviour that may be of interest to advanced testers:

+

+ ActiveScan++ extends active and passive scanning capabilities. Designed to add minimal network overhead, it + identifies application behavior that may be of interest to advanced testers. +

+

Features

-

It also adds checks for the following issues:

+

Usage

+
    +
  1. Run a standard active scan on your target
  2. +
  3. The extension automatically performs all configured checks during the scan
  4. +
  5. Review discovered issues in the scan results
  6. +
- - -

It also provides insertion points for HTTP basic authentication.

- -

To invoke these checks, just run a normal active scan.

- -

The host header checks tamper with the host header, which may result in requests being routed to different applications on the same host. -Exercise caution when running this scanner against applications in a shared hosting environment.

+

+ Note: The host header checks modify the host header, which may route requests to different applications on the same + host. Exercise caution when scanning applications in shared hosting environments. +

-

Copyright © 2014-2025 PortSwigger Ltd.

+


Copyright © 2014-2025 PortSwigger Ltd.

diff --git a/BappManifest.bmf b/BappManifest.bmf index 86c0808..55132bc 100644 --- a/BappManifest.bmf +++ b/BappManifest.bmf @@ -2,8 +2,8 @@ Uuid: 3123d5b5f25c4128894d97ea1acc4976 ExtensionType: 1 Name: Active Scan++ RepoName: active-scan-plus-plus -ScreenVersion: 2.0.7 -SerialVersion: 44 +ScreenVersion: 2.0.8 +SerialVersion: 49 MinPlatformVersion: 19 ProOnly: True Author: James Kettle, PortSwigger diff --git a/build.gradle b/build.gradle index d8ab701..1cfdd55 100644 --- a/build.gradle +++ b/build.gradle @@ -8,7 +8,8 @@ repositories { } dependencies { - //compile 'net.portswigger.burp.extender:burp-extender-api:1.7.13' + // Minimum Burp version compatibility + //compileOnly 'net.portswigger.burp.extensions:montoya-api:2025.2' implementation 'org.apache.commons:commons-text:1.9' implementation files('bulkScan-all.jar') // this contains albinowaxUtils }