A basic TCP/UDP port scanner (simple imitation of what Nmap does)
Features:
-> Uses standard socket connections to determine status of port -> Attempts to grab the banner from the service running on a port and displays it -> If the service lookup fails, it will use socket.getservbyport -> Makes use of mutithreading if user requests to scan > 500 ports -> Scans both TCP and UDP ports -> Uses JSON files if you want to extract the data from what you have done
How to use:
scan (domain name/Ip address) -p (starting port)-(ending port)
Other: