nullsec-discord-shield-1.1.0 is not a library.
NullSec Discord Shield 🛡️
Advanced Discord token hardening and anti-theft protection system.
Features
🔐 Token Vault
- Encrypted Storage: Tokens encrypted with AES-256-GCM
- Memory Obfuscation: Tokens scrambled in RAM to prevent memory scanning
- Machine-Bound Keys: Encryption keys derived from hardware identifiers
🧠 Memory Protection
- Anti-Debug: Prevents debuggers from attaching to Discord
- Memory Guards: Blocks unauthorized memory reads
- Injection Detection: Monitors for DLL/SO injection attempts
📁 File Monitoring
- LevelDB Watch: Real-time monitoring of Discord's token storage
- Access Logging: Records all file access attempts
- Quarantine: Automatically isolates suspicious files
👁️ Process Monitoring
- Grabber Detection: Identifies known token stealers
- Behavioral Analysis: Detects suspicious process patterns
- Auto-Block: Stops malicious processes automatically
Installation
# Clone repository
# Build
# Run
Usage
# Basic usage - starts all protection modules
# Start with specific modules
Configuration
Config file: ~/.config/nullsec-discord-shield/config.json
How It Works
Token Protection Flow
- Scans Discord's LevelDB for existing tokens
- Encrypts tokens and stores in secure vault
- Obfuscates tokens in memory with XOR scrambling
- Monitors for unauthorized access attempts
- Blocks and logs any detected threats
Known Grabber Detection
Shield detects and blocks:
- Python token grabbers
- Node.js stealers
- Webhook exfiltrators
- Memory scanners
- Process injectors
Supported Platforms
| Platform | Status |
|---|---|
| Windows 10/11 | ✅ Full Support |
| Linux | ✅ Full Support |
| macOS | ⚠️ Partial |
Security Notice
This tool is for protecting your own accounts. Use responsibly.
License
MIT License - Part of NullSec Linux project