Skip to content

andresriancho/w3af-api-docker

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

32 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

w3af REST API

Docker image for w3af's REST API, nginx, supervisord. Circle CI

Benefits

Most users can just use ./w3af_api from the main w3af repository but advanced users might need to have an environment that can handle more traffic, auto-restarts the service if it's down, etc.

Running this image

sudo docker run -v ~/.w3af:/root/.w3af \
                -v ~/w3af-shared:/root/w3af-shared \
                -p 5000:5000 \
                -p 9001:9001 \
                andresriancho/w3af-api

Services

  • The w3af REST API binds at port 5000
  • Supervisor daemon binds at port 9001

TODO

About

Docker image for w3af REST API with nginx, uwsgi and supervisord

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published