| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
| Name | Name | Last commit date | ||
|---|---|---|---|---|
ย | ย | |||
ย | ย | |||
ย | ย | |||
ย | ย | |||
ย | ย | |||
ย | ย | |||
ย | ย | |||
ย | ย | |||
RCE Shield is a comprehensive security hardening toolkit designed specifically for PC gamers. It detects, prevents, and remediates Remote Code Execution (RCE) vulnerabilities in game launchers, mod loaders, overlay software, voice chat clients, and gaming peripherals.
PC gamers are uniquely vulnerable to RCE attacks because they:
| Launcher | Checks |
|---|---|
| Steam | Workshop mod validation, Steam protocol handler, overlay DLL injection, VAC bypass detection |
| Epic Games | Unreal Engine RCE (CVE-2023-36340), launcher update integrity |
| Battle.net | Agent process privileges, BNET protocol handler |
| EA App | Origin protocol handler, background services |
| GOG Galaxy | Plugin sandboxing, offline installer integrity |
| Anti-Cheat | Checks |
|---|---|
| Easy Anti-Cheat (EAC) | Kernel driver integrity, service permissions |
| BattlEye | Driver signature validation, memory protection |
| Riot Vanguard | Boot-time driver audit, ring-0 attack surface |
| FACEIT Anti-Cheat | Service isolation, privilege escalation paths |
| Software | Checks |
|---|---|
| Discord | RPC server exposure, rich presence RCE, overlay hooks |
| NVIDIA GeForce Experience | GameStream RCE, Telemetry service, ShadowPlay hooks |
| AMD Adrenalin | Overlay injection, telemetry endpoints |
| OBS Studio | WebSocket API exposure, browser source sandboxing |
| Platform | Checks |
|---|---|
| Nexus Mods (Vortex) | FOMOD script execution, symlink attacks |
| CurseForge | Fractureiser-style malware detection, JAR analysis |
| Thunderstore | BepInEx plugin validation |
| Steam Workshop | Serialization RCE, Lua/Python sandbox escape |
# Clone
git clone https://github.com/bad-antics/rce-shield.git
cd rce-shield
# Install
pip install -e .
# Full system scan
rce-shield scan --full
# Scan specific category
rce-shield scan --launchers
rce-shield scan --anticheat
rce-shield scan --mods
rce-shield scan --overlays
rce-shield scan --network
# Auto-fix (with backup)
rce-shield fix --auto
# Generate report
rce-shield report --html --output ~/Desktop/rce_report.html
# Real-time monitoring
rce-shield monitor --daemonrce-shield/ โโโ rce_shield/ โ โโโ __init__.py โ โโโ cli.py # Click-based CLI โ โโโ core/ โ โ โโโ scanner.py # Base scanner engine โ โ โโโ reporter.py # Multi-format report generator โ โ โโโ fixer.py # Auto-remediation engine โ โ โโโ monitor.py # Real-time file/process monitor โ โโโ scanners/ โ โ โโโ launchers.py # Game launcher scanner โ โ โโโ anticheat.py # Anti-cheat driver auditor โ โ โโโ mods.py # Mod/plugin security scanner โ โ โโโ network.py # Network exposure scanner โ โ โโโ overlays.py # Overlay & hook scanner โ โ โโโ peripherals.py # Peripheral software scanner โ โโโ cve/ โ โ โโโ database.py # Known CVE database for gaming software โ โโโ utils/ โ โโโ platform.py # OS-specific helpers โ โโโ process.py # Process inspection utilities โ โโโ hashing.py # File integrity helpers โโโ tests/ โโโ docs/ โโโ pyproject.toml
See CONTRIBUTING.md for guidelines.
MIT License โ See LICENSE for details.
RCE Shield is a defensive security tool for auditing your own systems. Never use it to scan systems you don't own or have explicit authorization to test. The authors are not responsible for misuse.
Built by NullSec
Protecting gamers from the threats they don't see coming.
| Back | FazBrowse Home | New Git URL |