Skip to content
This repository has been archived by the owner on Feb 26, 2021. It is now read-only.

Configure the ZAP Attack Mode #15

Open
rseedorff opened this issue Oct 2, 2018 · 0 comments
Open

Configure the ZAP Attack Mode #15

rseedorff opened this issue Oct 2, 2018 · 0 comments
Labels
enhancement New feature or request

Comments

@rseedorff
Copy link
Member

As a user i would like to configure the Attack mode for ZAP scans. More Informations on that can be found here: https://github.com/zaproxy/zap-core-help/wiki/HelpStartConceptsModes

There is an existing ZAP API Endpoint for this:

  • core/action/setMode (mode* ) -> Sets the mode, which may be one of [safe, protect, standard, attack]

In my target definition (used for ZAP Scans) i would like to configure this like:

[
    {
        "name": "ZAP BodgeIt Scan",
        "location": "http://bodgeit:8080/bodgeit/",
        "attributes": {
            "ZAP_BASE_URL": "http://bodgeit:8080/bodgeit/",
            "ZAP_SPIDER_MAX_DEPTH": 1
            "ZAP_ATTACK_MODE": "attack"
        }
    }
]
@rseedorff rseedorff added enhancement New feature or request Hacktoberfest https://hacktoberfest.digitalocean.com/ labels Oct 2, 2018
@J12934 J12934 removed the Hacktoberfest https://hacktoberfest.digitalocean.com/ label Feb 6, 2019
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

2 participants