Skip to content

juanpipeline/owasp-zap-docker-testing

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Introduction

This project is an example to do a owasp testing using the oficial owasp/zap image

How to test

  1. Deploy your app. In this case you can run:
    go run server.go
  1. Run owasp/zap container:
docker run -it --name sectest -v results:/zap/wrk/ owasp/zap2docker-stable python zap-baseline.py -t http://host.docker.internal:8882/random -x mireportxm.xml -r mireporthtml.html

Also you can run the owasp/zap aplication using

docker run -u zap -p 8080:8080 -p 8090:8090 -i owasp/zap2docker-stable zap-webswing.sh

Then go to http://localhost:8080/zap/ in your browser:

alt text

Reference

https://www.zaproxy.org/docs/docker/about/

About

This project is an example to do a owasp testing using the oficial owasp/zap image

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published