Active Scan Rules - Alpha
The following alpha quality active scan rules are included in this add-on:
An example active scan rule which loads data from a file
This implements an example active scan rule that loads strings from a file that the user can edit.
For more details see:
Hacking ZAP Part 4: Active Scan Rules.
Latest code: ExampleFileActiveScanRule.java
Example Active Scan Rule: Denial of Service
This implements a very simple example active scan rule.
For more details see:
Hacking ZAP Part 4: Active Scan Rules.
Latest code: ExampleSimpleActiveScanRule.java
LDAP Injection
LDAP Injection may be possible. It may be possible for an attacker to bypass authentication controls, and to view and modify arbitrary data in the LDAP directory.
Latest code: LdapInjectionScanRule.java
NoSQL Injection - MongoDB
This rule attempts to identify MongoDB specific NoSQL Injection vulnerabilities. It attempts various types of attacks including: boolean based, error based, time based, and authentication bypass.
It will also attempt JSON parameter specific payloads if the scan is configured to include JSON parameter variants.
Latest code: MongoDbInjectionScanRule.java
CORS Header
This rule attempts to identify CORS headers and also CORS misconfiguration. The CORS is considered as misconfigured when it allows all origins, origins with weaker protocols and null origin.
Latest code: CorsScanRule.java
Web Cache Deception
This rule attempts to identify Web Cache Deception vulnerabilities. It checks whether a static path appended to original URIs can be used to leak sensitive user information or not.
- User must be authenticated before using this rule
Latest code: WebCacheDeceptionScanRule.java
Java Spring Actuators
This rule attempts to identify if the Spring Actuators are enabled. Tests for the default /actuator/health route in the application.
Latest code: SpringActuatorScanRule.java
Log4Shell (CVE-2021-44228 and CVE-2021-45046)
This rule attempts to discover the Log4Shell (CVE-2021-44228 and CVE-2021-45046) vulnerabilities.
It relies on the OAST add-on to generate out-of-band payloads and verify DNS interactions.
We recommend that this scan rule is used with header injection enabled for maximum coverage.
Latest code: Log4ShellScanRule.java