@busse/net-scan

1.0.5 • Public • Published

@busse/net-scan

Promise-based network scanning library.

Synopsis:

import { NetScan } from '@busse/net-scan'

async function main() {
  const scanner = new NetScan('192.168.100.0/24')
  const port = 80
  const results = await scanner.scan(port)

  // Contains all IP addresses that responded to the ping request.
  console.log(results)
}

main()

Like my work? Consider donating to help me keep this package alive.

Readme

Keywords

none

Package Sidebar

Install

npm i @busse/net-scan

Weekly Downloads

7

Version

1.0.5

License

MIT

Unpacked Size

7.67 kB

Total Files

11

Last publish

Collaborators

  • pmb00