Simple port scanning script written using Python. There are two versions, simple and advanced ones. Advanced ones could scan for running processes in ports and detect SOCKS v4 and v5.
- Port scanning (Using IP ranges and Port ranges)
- Scanning for process running in ports (Advanced scanner, experimental!)
- SOCKS v4 and v5 scanning (Advanced scanner)
- nmap
- ipaddress
- requests
- socket
- netaddr
- threading
- Install required library with 'pip install (library)' if it's unavailable on your PC to run this script
- Don't forget to install Nmap on your PC
- These scripts are written using Python 3 and open source, please credit us if you make modifications and publish it :)