Skip to content

aaronweaver/appsec-docker-py

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Description

Docker utility to launch security tools

Installation

pip install docker-py

Example

Running against a local docker install and launching arachni.

python docker-run.py --tool arachni --build build_55 --host local  

Running against a remote docker and launching zap.

export dockercert='path/to/cert.pem'
export dockerkey='path/to/key.pem'

python docker-run.py --tool arachni --build test02 --host tcp://yourhost:2376

About

Docker utility to launch security tools

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages