High-Performance Minecraft Server Scanner with Cyberpunk GUI
Features โข Installation โข Configuration โข Usage โข Multi-Instance
- Asynchronous Architecture - Uses
asynciofor maximum performance - High Concurrency - Up to 500+ simultaneous connections
- Intelligent IP Generation - ASN-based and random IP ranges
- Worldwide Coverage - Covers all continents and major cloud providers
- Neon-colored Interface - Pink, Purple and Cyan accents
- Animated Elements - Pulsating rose animation in the title
- Tabs for Easy Navigation:
- โก Scanner - Live scan log and statistics
- ๐ Advanced - Real-time performance metrics with 10-second graph
- โ๏ธ Settings - Configuration of all parameters
- ๐ Changelog - Version history
- ๐ Credits - ASCII art and developer info
- Live Performance Tracking:
- Scanned servers
- Found servers
- Servers with players
- Webhooks sent
- Scans per hour
- Advanced Stats:
- Scans per minute
- Found servers per minute
- Current scan rate (scans/second)
- Peak performance tracking
- 10-second history graph
- Automatic Webhook Notifications
- Rich Embeds with server information:
- Player count (online/max)
- Minecraft version
- MOTD (Message of the Day)
- Color-coded (Green for online, Orange for empty)
- Master/Worker Architecture
- Distributed Scanning across multiple instances
- Automatic Synchronization of statistics
- De-duplication - No duplicate webhook notifications
- Python 3.8 or higher
- Windows
- Internet connection
git clone https://github.com/EliasPython/MCS---Minecraft-Scanner.git
cd MCS---Minecraft-Scannerpip install -r requirements.txtRequired Packages:
aiohttp- Asynchronous HTTP requestscolorama- Colored console output
Or simply:
pip install aiohttp coloramaEdit config/config.py:
WEBHOOK_URL = "https://discord.com/api/webhooks/YOUR_WEBHOOK_URL"
PORT = 25565 # Standard Minecraft Port
TIMEOUT = 3 # Timeout in seconds
CONCURRENCY = 500 # Simultaneous connections
WEB_HOST = "0.0.0.0" # Webserver host (for Multi-Instance)
WEB_PORT = 8080 # Webserver port (for Multi-Instance)python scanner_v2GUI.pyThe scanner starts with the cyberpunk GUI and begins scanning immediately.
In the CONNECT field at the top right, you can enter:
run 2torun 10- Runs 2-10 scan passes sequentially
Example:
run 5
Runs 5 passes with 1000 IPs each.
python scanner_v2GUI.pyThe first instance automatically becomes the Master.
Simply start scanner_v2GUI.py in new terminal windows:
python scanner_v2GUI.py # Instance 2 - automatically becomes Worker
python scanner_v2GUI.py # Instance 3 - automatically becomes WorkerFeatures in Multi-Instance Mode:
- Automatic Master/Worker detection
- Statistics are aggregated and displayed in the Master
- No duplicate webhook notifications
- Workers can be started/stopped at any time
Under the โ๏ธ SETTINGS tab, you can adjust the following parameters:
| Parameter | Description | Default |
|---|---|---|
WEBHOOK_URL |
Discord Webhook URL | - |
PORT |
Minecraft Server Port | 25565 |
TIMEOUT |
Connection timeout (seconds) | 3 |
CONCURRENCY |
Simultaneous connections | 500 |
WEB_HOST |
Webserver host | 0.0.0.0 |
WEB_PORT |
Webserver port | 8080 |
Note: A restart is required after saving settings.
Additional parameters can be set in config/config.py:
# Probability for ASN-based IPs (0.0 - 1.0)
ASN_PROB = 0.5
# CIDR expansion for ASN ranges (0-8)
ASN_EXPAND_BITS = 4
# Title update limits
TITLE_MIN_SECONDS = 0.5
TITLE_SCAN_STEP = 10- Scanned - Number of scanned IPs
- Found - Number of found Minecraft servers
- With Players - Servers with at least 1 player
- Server scanner per hour - Estimated scan rate per hour
- Webhooks Sent - Number of sent Discord notifications
- Active Scanners - Number of active scanner instances
- Run Progress - Progress in Multi-Run mode
- Scans/Min - Average scans per minute
- Found/Min - Average found servers per minute
- Current Rate - Current scan rate (scans/second)
- Peak Scans/Min - Highest scan rate ever achieved
- 10-Second Graph - Visualization of the last 10 seconds
cyber-mcs-scanner/
โโโ ๐ ascii/
โ โโโ ascii_art.txt # ASCII art for Credits
โโโ ๐ beta/ # Beta features and experiments
โ โโโ botv1.py
โ โโโ whitelist/ # Whitelist scanner
โโโ ๐ config/
โ โโโ config.py # Main configuration
โโโ ๐ outdated/ # Old versions
โ โโโ scanner.py
โ โโโ scanner_v2.py
โ โโโ mcs_multi_tool.py
โโโ ๐ ressources/
โ โโโ instance_manager.py # Multi-Instance management
โ โโโ rose.ico # Icon file
โ โโโ sent_servers.txt # Persistent sent list
โโโ scanner_v2GUI.py # Main application (GUI)
โโโ setup.bat # Windows setup script
โโโ requirements.txt # Python dependencies
โโโ README.md # This file
- IP Generation - Random IPs from ASN ranges or completely random
- Minecraft Handshake - Establish protocol-compliant connection
- Status Query - Retrieve server information
- Processing - Parse and display data
- Webhook - Notify Discord when servers are found
The scanner uses IP ranges from major hosting providers:
- Hetzner (Germany)
- OVH (Europe & USA)
- DigitalOcean
- Contabo
- Netcup
- AWS, Azure, Google Cloud
- Linode, Vultr
- And many more...
- ThreadPoolExecutor for CPU-intensive tasks
- AsyncIO Semaphore for controlled concurrency
- Connection Pooling for HTTP sessions
- Efficient Data Structures (deque, sets)
- Thread-safe Counters with locks
# Check if tkinter is installed
python -c "import tkinter; print(tkinter.Tcl().eval('info patchlevel'))"- Check the webhook URL in
config/config.py - Make sure the URL starts with
https://discord.com/api/webhooks/ - Check the console for error messages
- Increase
CONCURRENCYin the configuration - Decrease
TIMEOUTfor faster scanning - Make sure your internet connection is stable
- Make sure
WEB_PORT(default: 8080) is not blocked - Check firewall settings
- Each instance must run on the same host (or have network connectivity)
- Added Database
- ๐ง Improved performance and stability
- ๐ Advanced Stats Tab with real-time performance metrics
- ๐ 10-second scan history graph
- ๐ Changelog and Credits tabs
- ๐ง Improved performance and stability
- ๐ Better Master/Worker merging
- ๐จ Complete GUI overhaul with cyberpunk theme
- ๐ Improved scanning performance
- ๐ง Various bugfixes
Developers:
- ๐น n3xtgen (aka EliasPython)
- ๐ m3gamichi (aka m3gamichi)
Special Thanks:
- Minecraft Community for protocol reverse-engineering
- All testers and contributors
This project is licensed under the MIT License. See LICENSE for details.
Made with ๐ and ๐
๐น Cyber MCS Scanner - Scan the world, find the servers ๐น
