vulsio / go-exploitdb

Tool for searching Exploits from Exploit Databases, etc.
MIT License
249 stars 56 forks source link

Adding Dockerfile #10

Closed prince-chrismc closed 5 years ago

prince-chrismc commented 6 years ago

This is primarily to help support Vuls #3

Fixes #3

What I have tested:

  1. ran docker image build
  2. ran docker run --rm -it -v $PWD:/vuls -v $PWD/go-exploitdb-log:/var/log/vuls vuls/go-exploitdb:test fetch
  3. ran docker run --rm -it -v $PWD:/vuls -v $PWD/go-exploitdb-log:/var/log/vuls vuls/go-exploitdb:test fetch -deep
  4. also performed a vuls scan && report which produced the same results as a manual installation

What I would like to add:

What is left to do:

prince-chrismc commented 6 years ago

push the image too, if someone wants to try it =)

https://hub.docker.com/r/princechrismc/go-exploitdb/

tarantegui commented 5 years ago

I've tested your image @prince-chrismc and it works ok. Thank you! I hope that @mozqnet or @kotakanbe reviews the PR

kotakanbe commented 5 years ago

LGTM :)

mozqnet commented 5 years ago

@prince-chrismc @tarantegui LGTM! Thanks!