Skip to content

gianluca-caruso/example-zap-automation-scan-docker

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Example OWASP ZAP Automation Framework with docker

Introduction

This is a simple example of how to use the OWASP ZAP Automation Framework with docker to automate the execution of a scan plan.

docker

Powershell

$ docker run --rm -e DISPLAY=:0 -v ${pwd}:/zap/wrk/:rw -v ${pwd}/logs/zap.log:/home/zap/.ZAP/zap.log -t softwaresecurityproject/zap-stable zap.sh -cmd -autorun /zap/wrk/zap.yml

Bash

$ docker run --rm -e DISPLAY=:0 -v $(pwd):/zap/wrk/:rw -v $(pwd)/logs/zap.log:/home/zap/.ZAP/zap.log -t softwaresecurityproject/zap-stable zap.sh -cmd -autorun /zap/wrk/zap.yml

References

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published