Replies: 1 comment
-
|
I'm still not clear why the scan can use DNS but the system update components cannot, but this I assume the scanner is somehow using different DNS and CA trust settings from the updater/version checker. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
I'm trying to get nuclei running under docker and hitting some roadblocks with the nuclei version checking and template downloads.
I don't think this is a connectivity or proxy issue with docker because I can run a basic scan like this and get data:
But when I try to run anything without
-duc, e.g.I get these errors:
A health check indicates similar name-resolution issues:
These i/o timeouts are a common theme.
curl (outside docker) to that same URL returns data:
Beta Was this translation helpful? Give feedback.
All reactions