Crate port_scanner

Source

Functions§

local_port_available
Check if the local port is available.
local_ports_available
Check if the local ports are available.
local_ports_available_range
Check if the local ports are available.
request_open_port
Request to the os the next open port.
scan_port
Scan a port and return true if it’s open.
scan_port_addr
Scan port of an address and return true if it’s open.
scan_ports
Scan specified ports and return a list of all open ports.
scan_ports_addrs
Scan specified ports of addresses and return a list of all addresses with open ports.
scan_ports_range
Scan a port range and return a list of all open ports.