port-for
port-for copied to clipboard
list of active ports of machine
This Python3 script scans for all the active ports and sends the list of all active ports as output. Active Ports are the ports which are actively communicating or port buffers have data to transmit/receive. Python3 script reads all the active ports and sends the list to the user. This list can be used in further communication using Python3.