lem0nSec/ShellGhost
A memory-based evasion technique which makes shellcode invisible from process start to end. observed · 2026-08-28
Health v2 · maintenance only
29/100
- Activity 0
- Release rhythm 35
- Longevity 82
Flags: no_releases
How is this computed?
round(0.45*activity + 0.35*rhythm + 0.20*longevity); archived -> min(score, 10) — computed 2026-09-02. Adoption (stars, forks) is never an input.
- gap_med: n/a
- age_days: 1159
- days_rel: n/a
- days_push: 1052
- n_releases_24m: 0
Adoption not part of the score
1200 stars · 140 forks observed · 2026-08-28
What it is AI-extracted, prompt v1, taxonomy v1, 2026-08-30, confidence not recorded
ShellGhost is a proof-of-concept memory-based evasion technique written in C that keeps shellcode invisible in memory from process start to end. It uses Vectored Exception Handling and software breakpoints to decrypt and execute shellcode instructions one at a time, defeating memory scanners like PE-Sieve and Moneta.
Use cases
- evade EDR memory scanners during red team operations
- execute shellcode without exposing it in memory
- demonstrate AV/EDR evasion concepts
- hide payload from PE-Sieve and Moneta scans
- implement breakpoint-based shellcode mapping
- run reverse shells undetected in memory
When to choose
- you need a red team POC for in-memory shellcode evasion
- you want to study Vectored Exception Handling-based evasion techniques
- you need shellcode that never appears fully decrypted in memory
When to avoid
- you need production-ready, supported tooling
- your use case is defensive security rather than offensive testing
- you target non-Windows platforms
Facets
library · maturity experimental
security cryptography security penetration-testing developer-tools windows cpp shellcode edr-evasion red-team vectored-exception-handling memory-evasion offensive-security
1 source
- readme: https://github.com/lem0nSec/ShellGhost · fetched 2026-08-28 · 1a0dcae10d3e
Member repositories
| Repository | Role | Health v2 |
|---|---|---|
| lem0nSec/ShellGhost | main | 29 |
For agents
markdown · JSON · MCP: product_card(name="lem0nSec/ShellGhost")
Data as of 2026-08-30T08:39:29.467469+00:00 · Report a problem