Skip to content

Latest commit

Β 

History

History
33 lines (23 loc) Β· 1.36 KB

File metadata and controls

33 lines (23 loc) Β· 1.36 KB

GhostShip Release Notes

v1.0.0 (Alpha) πŸš’πŸ‘»πŸ› οΈ

Released: 2026-01-20

Status: Alpha / Public Research Release

GhostShip v1.0.0 is the first public release of a peer-to-peer (P2P) Command & Control (C2) system designed for stealth and absolute network silence on the target side.

✨ Key Features

  • Universal Project Structure: Single codebase supporting both Linux and Windows.
  • Phantom Socket Stealth: Inter-process communication via kernel-level Anonymous Pipes (Linux) and Named Pipes (Windows). Zero network indicators on the target machine; netstat and ss report no listening ports.
  • Embedded P2P Transport: Integrated HyperDHT for NAT-traversing, encrypted communications without central infrastructure.
  • Hardened Stealth (Windows):
    • PPID Spoofing: Automatically impersonates svchost.exe as the parent process.
    • Memory Patching: In-memory patching of AMSI and ETW to blind local telemetry.
  • Fileless Execution:
    • Linux: Resident in memory via memfd_create.
    • Windows: Hidden folder residency with aggressive self-deletion logic.

πŸš€ Usage

Refer to README.md for installation and usage instructions.

# Build GhostShip
make build-all

For academic research and authorized security testing only