Skip to content

Docker images for popular audit apps (w3af, metasploit, nmap, etc)

License

Notifications You must be signed in to change notification settings

bearded-web/images

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

17 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Images

Docker images for security audit

Base image is based on ubuntu:14.04

All builded images are available in docker registry http://registry.hub.docker.com/u/m0sth8

Make commands

Build base image, mark version as latest and push to registry

make build_base tag_latest_base release_base

Build utils or platform, mark version as latest ans push to registry

make target=NAME build tag_latest release

Available platforms

  • golang - this one with go compiler and runtime
  • python - python 2.7 and python 3
  • ruby - ruby 2.1 installed and also available for installation /build/ruby1.8.sh,ruby1.9.sh,ruby2.0.sh and ruby-switch.
  • nodejs - nodejs version v0.10.33 installed from chris-lea ppa
  • phantomjs - phantomjs without nodejs.

Available utils

Examples

Scan host with nmap

docker run --rm -t -i m0sth8/nmap -A github.com

Analyze technologies and web frameworks

docker run --rm -t -i m0sth8/wappalyzer https://github.com

docker run --rm -t -i m0sth8/wweb https://github.com

About

Docker images for popular audit apps (w3af, metasploit, nmap, etc)

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published