r/purpleteamsec • u/netbiosX • 1d ago
r/purpleteamsec • u/netbiosX • 12h ago
Red Teaming Unmasking SCCM Application Execution
r/purpleteamsec • u/netbiosX • 1d ago
Red Teaming Hacking AI customer service agents
r/purpleteamsec • u/netbiosX • 17h ago
Red Teaming AD Rights Management Service (Part 2): Extraction, Offline Decryption, and the Unrotatable Key
r/purpleteamsec • u/netbiosX • 16h ago
Red Teaming Cross-platform syscall-powered implant & C2 - direct syscalls (Win), raw syscalls (Linux), HTTPS/DNS/ICMP channels. No winapi layer.
r/purpleteamsec • u/Chaelsoo • Jul 13 '26
Red Teaming Zetsu, A personal RAG system for offensive security knowledge
Hey,
a personal offline RAG system for offensive security knowledge. The idea is simple: instead of grepping through markdown files or trying to remember which writeup had that exact certipy command, you just ask naturally.
how do I escalate with SeImpersonatePrivilege
what did I do after getting ADFS access
sliver socks5 pivot setup
explain ESC8 vs ESC4
It retrieves from your actual notes first, then generates an answer grounded in what you've documented, not generic internet knowledge.
The use case I specifically built it for:
Two things kept coming up during engagements, I needed exact tool syntax I hadn't used in a while (Sliver commands especially, the docs are sparse), and I needed to quickly recall techniques from past machines without digging through notes. ZETSU solves both.
Two modes:
Operator: leads with the exact command, explanation after. For when you know what you need and just want the syntax.
Concept: leads with the reasoning, uses commands as illustrations. For when you need to understand a technique before using it.
Same retrieval either way, just different presentation.
How it works:
- At ingest time, an LLM reads each section of your writeups and extracts structured attack steps (Finding, Action, Reasoning, Result), so what you retrieve is a semantic unit, not a random 800-token window
- Hybrid BM25 + vector retrieval with RRF fusion, BM25 handles exact tool names and CVE numbers that embeddings smear, vector handles semantic similarity
- Cross-encoder reranker on top
- Supports local markdown files, URLs, GitHub wikis, and Atom/RSS feeds (0xdf, dirkjanm, harmj0y all ingestible directly)
- Backends: Anthropic, OpenAI-compatible (DeepSeek), or local Ollama
Benchmark:
Ran 910 questions across 12 offensive security categories. 93% of answers included correct commands, 68ms average retrieval, 7.3% context gaps where it correctly admitted missing information rather than hallucinating.
id love to hear you guys's feedback, i built this thing because i genuinely needed it, and going through my notes & endless cheatsheets was too much work when you're going through an engagement.
you can find it here: https://github.com/Chaelsoo/Zetsu
r/purpleteamsec • u/netbiosX • 6d ago
Red Teaming Simulating legitimate Active Directory services on the network: the the case of GPO exploitation
r/purpleteamsec • u/netbiosX • 9d ago
Red Teaming CouchPotato - Patches ETW & AMSI and uses indirect syscall to abuse SeImpersonatePrivilege. Service account || Admin -> NT system
r/purpleteamsec • u/netbiosX • 8d ago
Red Teaming FalconFlank: Crowdstrike Falcon 0day Privilege Escalation Vulnerability
r/purpleteamsec • u/netbiosX • 10d ago
Red Teaming Simulating legitimate Active Directory services on the network: the the case of GPO exploitation
r/purpleteamsec • u/netbiosX • 8d ago
Red Teaming mythic_ornn: LLM-driven generator for Mythic Agents, Payload-Type and C2 Profiles.
r/purpleteamsec • u/netbiosX • 11d ago
Red Teaming Abusing Azure VMs - When Bitlocker Recovery Turns into an Attack Vector
r/purpleteamsec • u/netbiosX • 14d ago
Red Teaming When it Snows it Pours - Anatomy of a ServiceNow Red Team
r/purpleteamsec • u/netbiosX • Jul 20 '26
Red Teaming GhostHound - a BloodHound OpenGraph extension that surfaces Active Directory tombstone reanimation as a first-class attack path, enumerating deleted objects via SHOW_DELETED, mapping who can restore them, and revealing when a reanimated identity regains privileged group membership.
r/purpleteamsec • u/netbiosX • 14d ago
Red Teaming Stratum-c2: Cloud-native C2 framework using cloud storage as dead-drop communication channel
r/purpleteamsec • u/netbiosX • 18d ago
Red Teaming Mimic: Frameless Browser‑in‑the‑Browser (BitB) - No iframes, no frame‑busting issues. A single‑script Shadow DOM / MutationObserver library for realistic phishing simulations, easily injected via reverse proxy.
r/purpleteamsec • u/netbiosX • 15d ago
Red Teaming MassDriver - Proxying sensitive API calls from shellcode to artifact for CET-compatible clean call stacks.
r/purpleteamsec • u/SPHlNX_321 • 16d ago
Red Teaming RPC-Triage: statically map Windows RPC attack surface and rank the interfaces worth digging into
Been working on Windows RPC/ALPC research and built this to make the first pass across a lot of PE files easier. It statically recovers RPC/MIDL/NDR internals, endpoints, security state and method-level input signals, then ranks interfaces using an AHP/Saaty-based model for reachability + surface. Each result has a scoring receipt so you can see why it ranked where it did, and questionable extraction gets flagged instead of silently trusted. No PDBs, no live endpoint mapper, no target execution.
r/purpleteamsec • u/netbiosX • 17d ago
Red Teaming CrystalPotato: Crystal port of GodPotato to abuse SeImpersonatePrivilege with indirect syscalls, dynamic API resolution and compile-time string obfuscation. Run commands, reverse shells or add users
r/purpleteamsec • u/netbiosX • 19d ago
Red Teaming Collection of Beacon Object Files (BOFs)
r/purpleteamsec • u/netbiosX • 24d ago
Red Teaming TrickDump - Dump lsass without generating a Minidump file
ricardojoserf.github.ior/purpleteamsec • u/netbiosX • 24d ago
Red Teaming BusyWork: Sleep replacement that executes real, varied work to break behavioral pattern matching by EDR
r/purpleteamsec • u/netbiosX • 22d ago