Posts by professorv • 11 points
1 post
-
1
votes0
answers297
viewsQ: How to find out which services are running on a python port?
I would like to add my question to that code: #!/usr/bin python3 # coding: utf-8 import argparse import socket import os import sys def Logo(): print (''' ______ ____ __________ ___ / / /_ \/ /__…