Skip to content
This repository has been archived by the owner on Nov 8, 2021. It is now read-only.

Error in name resolution #6

Open
ratpunk2 opened this issue Aug 16, 2021 · 1 comment
Open

Error in name resolution #6

ratpunk2 opened this issue Aug 16, 2021 · 1 comment

Comments

@ratpunk2
Copy link

When scanning a host, I'm constantly getting "Temporary error in name resolution" (screenshot attached.
phasererror

@sylvain101010
Copy link
Member

Thank you for the detailed report!

first here is an issue Here:

.to_socket_addrs()

Name resolution should happens here instead:

pub async fn scan_ports(concurrency: usize, mut host: Host) -> Host {

But it seems that there is another issue as this error shouldn't happen as domains are checked here:

report.hosts = stream::iter(report.hosts.into_iter())
.

I will investigate.

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

No branches or pull requests

2 participants