netscan

Network scanning tools. Discover hosts and SSH services on the local network.

Configuration

Setting

Default

Description

interface

en0

Network interface to scan

ssh_port

22

SSH port to check

Commands

netscan hosts

Discover hosts on the local network.

netscan hosts
netscan hosts -i eth0

Options:

  • -i, --interface TEXT — network interface to scan (overrides setting)

netscan ssh

Find hosts with SSH available.

netscan ssh
netscan ssh -i eth0 -p 2222

Options:

  • -i, --interface TEXT — network interface to scan (overrides setting)

  • -p, --port INTEGER — SSH port to scan (overrides setting)