Skip to content

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

License

Notifications You must be signed in to change notification settings

Excloudx6/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

No packages published

Languages

  • Dockerfile 91.6%
  • Shell 8.4%