Crate port_scanner [] [src]

Functions

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.