https://github.com/usamahacker0/mastereye
🔍 MasterEye - Advanced IP & Port Scanner
https://github.com/usamahacker0/mastereye
cybersecurity dark-mode ethical-hacking ip-scanner multi-threading network-security networking open-source penetration-testing port-scanner python-tool security-research
Last synced: 4 months ago
JSON representation
🔍 MasterEye - Advanced IP & Port Scanner
- Host: GitHub
- URL: https://github.com/usamahacker0/mastereye
- Owner: usamahacker0
- License: mit
- Created: 2025-02-23T17:25:33.000Z (4 months ago)
- Default Branch: main
- Last Pushed: 2025-02-23T17:59:37.000Z (4 months ago)
- Last Synced: 2025-02-23T18:31:35.571Z (4 months ago)
- Topics: cybersecurity, dark-mode, ethical-hacking, ip-scanner, multi-threading, network-security, networking, open-source, penetration-testing, port-scanner, python-tool, security-research
- Language: Python
- Homepage:
- Size: 45.9 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
- Security: SECURITY.md
Awesome Lists containing this project
README
# MasterEye - IP Scanner

*A powerful multi-threaded IP scanner with port scanning, credential testing, and a user-friendly GUI.*## Features
- Scan an IP range for active hosts
- Check for open ports (default: 80, 443, 8080)
- Attempt login with default credentials
- Multi-threaded scanning for speed
- Export results in CSV & JSON formats
- Dark theme support## Installation
### Prerequisites
Ensure you have Python 3 installed. You can check by running:
```sh
python --version
```
# Install Dependencies
```sh
pip install -r requirements.txt
```
# Running the Application
```sh
python mastereye.py
```
# To install all the required dependencies for your project, run the following command in your terminal:
```sh
pip install -r requirements.txt
```
## Usage
1. Enter an IP range (e.g., `192.168.1.1-192.168.1.255`).
2. Click **Start Scan** to begin scanning.
3. View live scan results in the table.
4. Export results to **CSV** or **JSON**.
5. Toggle **dark mode** in the settings menu.
## Disclaimer
🚨 **Educational Use Only!** 🚨
This tool is intended for **ethical cybersecurity research and education**.
The developer **is not responsible** for any misuse, illegal activities, or damages caused by this software.
By using **MasterEye**, you agree to comply with all local laws and ethical guidelines.## Responsible Disclosure
We follow responsible disclosure practices. Please give us time to address security issues before making them public.Thank you for helping make **MasterEye** more secure! 🚀