Skip to content

Reporting open port when using a non existing domain #12

Description

@0ca

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.

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions