We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
vuls scan -config=/var/vuls/config.toml -results-dir=/var/vuls/results -cachedb-path=/var/vuls/cache.db --debug servername
[Mar 24 09:41:40] DEBUG [servername] execResult: servername: servername cmd: set -o pipefail; curl --max-time 1 --retry 3 --noproxy 169.254.169.254 http://169.254.169.254/latest/meta-data/instance-id exitstatus: 7 stdout: curl: (7) Failed to connect to 169.254.169.254 port 80: Connection refused
I see that the connection is refused. Do I need to search where or why this is blocked or for what is this used?
I see it's a link-local address.
The text was updated successfully, but these errors were encountered:
@Klar Hello! Thank you for your report! vuls uses curl to detect whether target is running on AWS. http://docs.aws.amazon.com/AWSEC2/latest/UserGuide/ec2-instance-metadata.html
vuls
curl
vuls/scan/base.go
Line 218 in cd84146
So, exitstatus: 7 may be no problem.
exitstatus: 7
Line 229 in cd84146
Do you have any problem with that message? (fail to scan, etc.)
Sorry, something went wrong.
Hey,
No, that's fine then. I thought maybe it's something which should work, but as I am not on AWS I can ignore it then.
Thanks for your answer, and the next time I will check the source first :)
Yes, if you don't use AWS, you can ignore this error. Feel free to ask us if you have any problems!
No branches or pull requests
vuls scan -config=/var/vuls/config.toml -results-dir=/var/vuls/results -cachedb-path=/var/vuls/cache.db --debug servername
I see that the connection is refused. Do I need to search where or why this is blocked or for what is this used?
I see it's a link-local address.
The text was updated successfully, but these errors were encountered: