Skip to content
This repository was archived by the owner on Jul 7, 2025. It is now read-only.
This repository was archived by the owner on Jul 7, 2025. It is now read-only.

OWASP ZAP instructions appear to be wrong #9

@psiinon

Description

@psiinon

The instructions for using ZAP on https://appdefensealliance.dev/casa/tier-2/ast-guide/dynamic-scan appear to be wrong.
This may well be the wrong place to report this, but I've not been able to find any other alternatives 😉
The problem is the example at the end:

  docker run -p 8080:8080 -v $(pwd):/zap/wrk/:rw 
  -t owasp/zap2docker-stable zap-full-scan.py 
  -t https://example.com -P 8080 
  -c zap-casa-config.conf -x results-full.xml 
  -n /Users/DemoUser/Documents/Context.context -U test@example.com

The context file /Users/DemoUser/Documents/Context.context will not be accessible as that folder has not been mounted.
It should be something like /zap/wrk/Context.context, assuming that the user has put that context file in their CWD.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions