Skip to content

MasatoYagi/vuls-targets-docker

 
 

Repository files navigation

vuls-targets-docker

Usage

# For Raspbian
$ docker run --rm --privileged multiarch/qemu-user-static --reset -p yes

$ docker build --network host -t vuls-target:[os:release] -f [:os/:release]/Dockerfile .
or
$ ./build-container.sh

$ docker run -itd -p 2222:22 --name vuls-target vuls-target:[tag]
$ ssh root@localhost -p 2222 -i .ssh/id_rsa
$ docker stop vuls-target
$ docker rm vuls-target

About

The OS environment to be scanned by Vuls(https://github.com/future-architect/vuls) is provided in a Docker container.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages

  • Dockerfile 90.7%
  • Shell 9.3%