A collection of Python tools for network scanning and security testing.
port_scanner.py is a basic Python script that scans the first 1024 ports of a given IP address or domain and identifies which ports are open or closed.
- Scans ports 1-1024
- Uses TCP connections to check if ports are open
- Easy to use, just enter an IPv4 or domain
- Python 3.x
- No external dependencies
-
Clone the repository
git clone https://github.com/fl97-mo/PyNetScan.git
cd PyNetScan