Skip to content

electricworry/docker-cve-search

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

31 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Cve-Search-Docker

  • This is a docker container for the CVE-Search tool.
  • Port 5000 is exposed for web interface.

Usage

CID=$(docker run -d --name cve ttimasdf/cve-search-docker)
docker attach --sig-proxy=false $CID
  • The database will be downloaded when the container is first launched, this can take some time.
  • You can then run, for example docker exec -it [CONTAINER] search.py -f nagios -n or other scripts provided by cve-search to interact with the database.
  • Use docker exec -it [CONTAINER] cvedb -u to update the database.
  • Most importantly, you can use the WEB INTERFACE at port 5000 (or whatever you exposed)

References

About

Dockerized cve-search as a web app

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Shell 100.0%