An open API service indexing awesome lists of open source software.

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

Awesome Lists containing this project

README

        

# MasterEye - IP Scanner

![MasterEye Screenshot](./MasterEye.png)
*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! 🚀