Skip to content

HolyScan is a simple and fast Python port scanner that identifies open ports and services running on any IP address, providing a quick, multithreaded solution for network security professionals and administrators.

License

Notifications You must be signed in to change notification settings

Cursed271/HolyScan

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

HolyScan Logo

HolyScan

HolyScan quickly scans IP addresses for open ports, identifying services with minimal system resource consumption.

📖 Table of Contents

🚀 Introduction

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.

✨ Features:

  • 🚀 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.

⚙️ Installation and Usage:

  1. Pre-requisites: Ensure you have Python3 installed on your system.
  2. Clone the Repo: Use "git clone https://github.com/Cursed271/HolyScan"
  3. Traverse into the Directory: Use "cd HolyScan"
  4. Install Dependencies: Use "pip3 install -r requirements.txt"
  5. Execute the Script: Use "python3 HolyScan.py"
  6. Enter the IP Range (When Prompted)

💬 Feedback

Have suggestions or feature requests? Feel free to reach out via:

Your feedback helps improve HolyScan! Contributions and PRs are always welcome. 🚀

🙌 Contributors

  • Steven Pereira (aka Cursed) - Creator & Maintainer

📜 License

HolyScan is licensed under the MIT License. See the LICENSE file for details.