netscan
Network scanning tools. Discover hosts and SSH services on the local network.
Configuration
Setting |
Default |
Description |
|---|---|---|
|
|
Network interface to scan |
|
|
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)