π SimpleReconScanner is a beginner-friendly Python script for basic network reconnaissance and port scanning.
To understand why reconnaissance is important, see this educational repo:
π Cyber Security Learnings - Reconnaissance
π Banner Grabbing Detailed Explanation
- Scans TCP ports 1β1024 on a target IP address
- Detects and displays open ports
- Performs banner grabbing to identify running services
- Python 3
- Linux terminal environment (e.g., Termux, Kali, WSL, etc.)
-
Clone the repository:
git clone https://github.com/Stanley-blik/SimpleReconScanner.git cd SimpleReconScanner -
Run the script:
python3 recon_tool.py
-
Provide the target IP address when prompted.
π₯οΈ Example Output
[*] Starting scan on 192.168.56.102
[+] Port 21 is OPEN
Banner: 220 (vsFTPd 2.3.4)
[+] Port 22 is OPEN
Banner: SSH-2.0-OpenSSH_4.7p1...
This tool is intended for educational and ethical penetration testing purposes only. Do NOT use it on networks you do not own or lack explicit authorization to assess.
π License
This project is licensed under the MIT License.