Welcome to HolyScan! This lightweight, multithreaded port scanner helps you quickly identify open ports and running services across IPs. It works efficiently across different platforms, making it a great tool for network reconnaissance.
- Multithreading: Scan multiple IPs at once for faster results.
- Platform-Independent: Use it on Windows, macOS, or Linux without issues.
- Lightweight: Minimal resource usage while scanning.
- Service Detection: Identifies services running on open ports.
- Open Source: Contribute and improve the tool in the community.
- Python 3.x installed on your device.
- Works on any major OS: Windows, macOS, Linux.
- At least 100 MB of free disk space for installation and operations.
To get started, visit the link below to access the Releases page where you can download HolyScan:
Visit this page to download HolyScan
- On the Releases page, look for the latest version.
- Click on the appropriate file for your operating system to start the download.
- Once downloaded, follow these steps to install and run HolyScan:
-
Windows:
- Locate the downloaded
.exe
file. - Double-click the file to run the installer.
- Follow the prompts to complete the installation.
- Locate the downloaded
-
macOS:
- Open the downloaded
.dmg
file. - Drag HolyScan to your Applications folder.
- Launch HolyScan from your Applications.
- Open the downloaded
-
Linux:
- Open a terminal window.
- Change directory to the location of the downloaded file.
- Use the command
chmod +x HolyScan
to make the file executable. - Run HolyScan using
./HolyScan
.
After installation, you can start using HolyScan to scan IPs. Hereβs how you can use it from your command line:
-
Open your command line interface (Command Prompt, Terminal, etc.).
-
Type the following command to scan an IP address:
holyscan [IP_ADDRESS]
-
Replace
[IP_ADDRESS]
with the actual IP you want to scan. -
Press Enter, and HolyScan will start scanning the specified IP and display the results.
To scan an example IP, use:
holyscan 192.168.1.1
If you need help or want to connect with others who use HolyScan, join our community discussions on GitHub or follow the issues page for updates and troubleshooting.
HolyScan is open-source software licensed under the MIT License. Feel free to use and modify it.
For questions, suggestions, or contributions, you can reach out through the GitHub page or email the maintainer. Your feedback is appreciated!