A small, educational port scanner written in Python for learning and practice. This repository contains a simple single-threaded scanner (scanner.py) that attempts to connect to TCP ports on a target ...
A multi-threaded port scanner written in Python for network reconnaissance and security assessment. Scan localhost, ports 1-100: python3 port_scanner_advanced.py 127.0.0.1 1 100 50 Scan with 100 ...