
HolyScan quickly scans IP addresses for open ports, identifying services with minimal system resource consumption.
HolyScan is a lightweight and fast Python-based port scanner designed to identify open ports on any given IP address. Using multithreading and the socket library, it scans a wide range of ports and identifies the services running on them. HolyScan is efficient, platform-independent, and built for cybersecurity professionals needing quick reconnaissance on network services.
-
🚀 Fast Port Scanning: Uses multithreading for rapid scanning of ports on specified IP addresses.
-
🧠 Service Identification: Identifies services running on open ports, such as HTTP, SSH, FTP, etc.
-
🎨 Colorful Output: Displays results in a visually appealing format using the rich library for easy reading.
-
🖥️ Cross-Platform: Compatible with Windows, macOS, and Linux systems without additional dependencies.
-
🛠️ Customizable Port Range: Scan specific ports or all ports from 1 to 65535 based on user input.
- Pre-requisites: Ensure you have Python3 installed on your system.
- Clone the Repo: Use "git clone https://github.com/Cursed271/HolyScan"
- Traverse into the Directory: Use "cd HolyScan"
- Install Dependencies: Use "pip3 install -r requirements.txt"
- Execute the Script: Use "python3 HolyScan.py"
- Enter the IP Range (When Prompted)
Have suggestions or feature requests? Feel free to reach out via:
- 🐦 Twitter: @Cursed271
- 🐙 GitHub: @Cursed271
- 🔗 LinkedIn: Steven Pereira
- 📧 Email: [email protected]
- 🐞 File an Issue: GitHub Issues
- 💡 Request a Feature: Feature Requests
Your feedback helps improve HolyScan! Contributions and PRs are always welcome. 🚀
- Steven Pereira (aka Cursed) - Creator & Maintainer
HolyScan is licensed under the MIT License. See the LICENSE file for details.