pranavpandeyy/tcp_portscanner
GitHub: pranavpandeyy/tcp_portscanner
Stars: 0 | Forks: 0
# TCP Port Scanner
A multithreaded TCP port scanner with banner grabbing
built in Python for network reconnaissance.
## Features
- Scan a range of TCP ports on any target
- Multithreaded for fast scanning
- Banner grabbing to identify running services
- Clean timestamped output
- Development
Built in 4 stages:
- Stage 1: Basic single port scanner
- Stage 2: Port range scanner
- Stage 3: Added banner grabbing
- Stage 4: Multithreading for fast scanning
## Usage
python3 portscanner.py
## Technologies
- Python 3
- Socket programming
- Threading
- Banner grabbing
## Disclaimer
For educational purposes only.
Only scan systems you have permission to test.