You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Certain ProjectDiscovery tools like httpx use hardcoded DNS servers including 8.8.8.8. This behavior is not ideal. System nameservers should be used instead so that BBOT can be leveraged for internal scans, etc.
However there is currently a bug in httpx that prevents DNS from working on certain nameservers. We have opened an issue for this.
Once this bug is fixed, we need to ensure that we are passing through the system's nameservers via -r to nuclei, naabu, and httpx, etc.
The text was updated successfully, but these errors were encountered:
Tested this 2023-09-20, and even on the latest versions, httpx still refuses to use the system resolvers. However, the bug causing certain DNS queries to fail appears to be fixed.
I will re-add -r for custom resolvers, and any future discussions around httpx should be held in #716.
Certain ProjectDiscovery tools like
httpx
use hardcoded DNS servers including8.8.8.8
. This behavior is not ideal. System nameservers should be used instead so that BBOT can be leveraged for internal scans, etc.However there is currently a bug in
httpx
that prevents DNS from working on certain nameservers. We have opened an issue for this.Once this bug is fixed, we need to ensure that we are passing through the system's nameservers via
-r
tonuclei
,naabu
, andhttpx
, etc.The text was updated successfully, but these errors were encountered: