Skip to content

corumba/docker-heartbleed

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 

Repository files navigation

docker-heartbleed

Dockerfile to install and run heartbleed (https://github.com/FiloSottile/Heartbleed).

Usage:

  1. Install docker (https://www.docker.io/gettingstarted/#h_installation)

  2. Build heartbleed image once:

    docker build -t /heartbleed https://github.com/kasimon/docker-heartbleed.git

  3. Run Heartbleed from image:

    $ docker run /heartbleed github.com:443 2014/04/09 10:37:28 github.com:443 - SAFE

  4. (optional) Create alias:

$ alias heartbleed="docker run <yourname>/heartbleed"
$ heartbleed github.com:443
2014/04/09 10:37:28 github.com:443 - SAFE

About

Dockerfile to install and run heartbleed tool

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Shell 100.0%