Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Scanning the localhost with vuls docker results in the OS result being debian #566

Closed
RVIRUS0817 opened this issue Dec 21, 2017 · 3 comments

Comments

@RVIRUS0817
Copy link
Contributor

RVIRUS0817 commented Dec 21, 2017

https://blog.adachin.me/wordpress/archives/6671
Although docker host is coreos, it becomes debian9.2.
By the way it has already been confirmed that it was debian at CentOS.
please!

@RVIRUS0817 RVIRUS0817 changed the title Scanning the local host with vuls docker results in the OS result being debian Scanning the localhost with vuls docker results in the OS result being debian Dec 21, 2017
@lorentzca
Copy link

@RVIRUS0817 I guess you scaned container's localhost.

@RVIRUS0817
Copy link
Contributor Author

RVIRUS0817 commented Dec 21, 2017

localhost Skin is done but distribution recognition is strange

Vuls's Dockerfile and golang base image is seen

https://hub.docker.com/r/vuls/vuls/~/dockerfile/

The image of golang is debian

root@moby:/go# cat /etc/debian_version
9.3

It is inside the container of Vuls that scans.

  • For localhost
  • Go to the skin on the local host of the vuls container -> debian

Just set --net host as the startup option of the container and set the scan target to config.toml as the ip address of the host machine (ip route | head -1 | cut -d ' ' -f3).
by lorentzca

@RVIRUS0817
Copy link
Contributor Author

sloved

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants