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.