Minecraft Security Interceptor — Advanced HTTPS MITM tool that protects you from malicious mods and catches attackers.
Malicious mods and clients contain:
- Stealers — steal your Minecraft account, browser passwords, session tokens
- RATs — full remote control over your computer
- Keyloggers — log everything you type
- Doxing tools — collect your personal information
Attackers use Discord webhooks and Telegram bots to receive your stolen data.
Glance intercepts HTTPS traffic from Minecraft, detects malicious requests, blocks your data from reaching attackers, and captures their infrastructure for reporting.
- Known Threats: Discord webhooks, Telegram bots (100% blocked)
- Unknown C2 Servers: Heuristic detection with 8-layer analysis
- Custom Malware: Behavioral pattern recognition
- Data Exfiltration: Automatic blocking of large uploads
- Zero-Day Threats: Multi-factor scoring system
- Install Python 3.8+
- Install dependencies:
pip install -r requirements.txt
- Download the appropriate build for your platform from Releases
⚠️ Important: Download and install mitmproxy — it is required but not included in the release builds- Run the executable directly
python glance.pyThat's it. Glance will find Java, install certificates, and launch Minecraft with protection.
Intercepted requests are saved to ./exports/.
*_BLOCKED.txt/json- Confirmed malicious requests (blocked)*_potential.txt- Suspicious activity for reviewall_connections.log- Complete connection audit trailbypassed_connections.log- Trusted host activity
Edit core/config.py to customize:
STRICT_MODE—Falseallows known Minecraft hosts,Trueblocks everything untrustedLOG_ALL_CONNECTIONS— Track every connection for behavioral analysisBEHAVIORAL_ANALYSIS— Enable pattern recognition for unknown threatsMAX_POST_BODY_SIZE— Data upload limit (default: 500KB)SUSPICIOUS_URLS— list of URL patterns to detectPATTERNS— regex patterns for tokens (Discord, Telegram, etc.)IGNORE_HOSTS— hosts that bypass interception
MAX_REQUEST_FREQUENCY = 50 # Max requests per minute
SUSPICIOUS_PORT_RANGES = [2404, 4444, 5555, 6666, 7080, 7443, 7777, 8080, 8090, 8443, 8848, 8888, 9999, 60000]
BLOCK_SUSPICIOUS_BEHAVIOR = True # Auto-block heuristic matches- Run as Administrator (Windows) or with
sudo(Linux/macOS) for certificate installation - Works on Windows, Linux, macOS
When Glance catches an attacker's infrastructure in ./exports/:
- Discord Webhooks — report to Discord Trust & Safety
- Telegram Bots — report via @BotSupport
Get their infrastructure banned. Your data never reached them — Glance blocked it.