Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Reporting open port when using a non existing domain #12

Open
0ca opened this issue Jan 16, 2019 · 2 comments
Open

Reporting open port when using a non existing domain #12

0ca opened this issue Jan 16, 2019 · 2 comments

Comments

@0ca
Copy link

0ca commented Jan 16, 2019

This reports an open port for the non existent domain:

import NetMap from 'netmap.js'

const netmap = new NetMap()
const hosts = ['nonexistentdomain.com']
const ports = [80]

netmap.tcpScan(hosts, ports).then(results => {
  console.log(results)
})

I guess the DNS failure makes the delta to be similar to an open port.

@0ca 0ca changed the title Reporting open port when using an non existing domain Reporting open port when using a non existing domain Jan 17, 2019
@serain
Copy link
Owner

serain commented Jan 17, 2019

Interesting. What browser/OS are you using?

Happy to look into any improvements to the accuracy or consider any ideas to catch this case.

@serain serain closed this as completed Jan 17, 2019
@serain serain reopened this Jan 17, 2019
@0ca
Copy link
Author

0ca commented Jan 17, 2019

I'm using Chrome 70 on MacOs Mojave.

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

No branches or pull requests

2 participants