A high-speed, advanced port scanning tool built with Python, developed by Parvez Hasan of the Bangladesh Cyber Squad. This scanner checks for open ports on a target website or IP address using a multithreaded, animated, and cyber-themed interface.
- 🔍 Fast & Efficient Port Scanning (Multithreaded)
- 🎨 Stylish Input UI with Animation
- 🌐 Domain/IP Resolution
- ✅ Open & Closed Port Detection
- 🧠 Easy to Use CLI Interface
- 💻 Cross-platform (Windows / Linux / Termux)
- 🇧🇩 Tool by Bangladesh Cyber Squad
🚀 Usage
🔧 Requirements
Python 3.x
colorama library (install with pip)
pip install colorama
python main.py
📁 File Structure
main.py # Main Scanner Script README.md
🛡️ Disclaimer
This tool is made for educational and security research purposes only. Unauthorized scanning of networks that you do not own or have permission to scan is illegal and unethical.
👨💻 Developer Info
👨💻 Developer: Parvez Hasan
💻 Team: Bangladesh Cyber Squad 🇧🇩
📅 Version: 1.0
📢 Contribution
Feel free to fork this repository and contribute new features, improvements, or bug fixes via Pull Requests.
🌐 Enter target website/IP: ➤ scanme.nmap.org
🔢 Enter port range (e.g., 1-1000): ➤ 1-100
🔍 Scanning scanme.nmap.org (45.33.32.156) from port 1 to 100...
[✔] Port 22 is OPEN
[✔] Port 80 is OPEN
[✘] Port 23 is CLOSED
...
✔ Open Ports Found: [22, 80]
---
⭐ Give this repo a star if you like it!