phaser
phaser copied to clipboard
Error in name resolution
When scanning a host, I'm constantly getting "Temporary error in name resolution" (screenshot attached.
Thank you for the detailed report!
first here is an issue Here: https://github.com/skerkour/phaser/blob/da0d83ededed4b22d22c30386f0cb36a2ef2666e/phaser/src/ports/mod.rs#L26
Name resolution should happens here instead:
https://github.com/skerkour/phaser/blob/da0d83ededed4b22d22c30386f0cb36a2ef2666e/phaser/src/ports/mod.rs#L10
But it seems that there is another issue as this error shouldn't happen as domains are checked here: https://github.com/skerkour/phaser/blob/da0d83ededed4b22d22c30386f0cb36a2ef2666e/phaser/src/scanner.rs#L94.
I will investigate.