phaser icon indicating copy to clipboard operation
phaser copied to clipboard

Error in name resolution

Open ratpunk2 opened this issue 2 years ago • 1 comments

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

ratpunk2 avatar Aug 16 '21 12:08 ratpunk2

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.

sylvain101010 avatar Aug 16 '21 17:08 sylvain101010