Scan Unlimited Extension ◉

def scan_unlimited(start_port=1, end_port=65535): for port in range(start_port, end_port + 1): scan(port)