CtrlK
BlogDocsLog inGet started
Tessl Logo

Decepticon

github.com/PurpleAILAB/Decepticon

Skill

Added

Review

deauth-pmf

packages/decepticon/decepticon/skills/standard/wireless/deauth-pmf/SKILL.md

Targeted and broadcast 802.11 deauthentication / disassociation, 802.11w/PMF posture detection, and action-frame attack variants. Reusable by wpa2-psk (handshake), wpa3-sae (downgrade), and evil-twin (roaming coercion).

65

apt29

packages/decepticon/decepticon/skills/standard/soundwave/threat-profile/emulation/apt29/SKILL.md

APT29 (Cozy Bear / Midnight Blizzard, SVR) adversary-emulation playbook — malware-light cloud-identity espionage: no-MFA password spray, OAuth consent/token abuse, Golden SAML, mailbox collection over residential proxies. Use when emulating APT29 against an M365/Entra/AWS-identity estate. Triggers on: 'emulate APT29', 'Cozy Bear', 'Midnight Blizzard', 'NOBELIUM', 'OAuth abuse', 'cloud identity espionage', 'Golden SAML'.

74

data-handling-template

packages/decepticon/decepticon/skills/standard/soundwave/data-handling-template/SKILL.md

Data handling plan generator — evidence retention, encryption, chain-of-custody, compliance frameworks (GDPR / HIPAA / PCI-DSS / SOC2).

73

contact-template

packages/decepticon/decepticon/skills/standard/soundwave/contact-template/SKILL.md

Contact / communications plan generator — primary operator, escalation chain, abort signal recipient, external SOC endpoint, blackout windows.

68

conops-template

packages/decepticon/decepticon/skills/standard/soundwave/conops-template/SKILL.md

Concept of Operations document creation — executive summary, threat actor profiling, attack narrative, kill chain design, communication plan, deconfliction.

66

cleanup-template

packages/decepticon/decepticon/skills/standard/soundwave/cleanup-template/SKILL.md

Cleanup & restoration plan generator — artifact inventory, persistence removal commands, pre-engagement baseline, post-engagement verification.

64

abort-template

packages/decepticon/decepticon/skills/standard/soundwave/abort-template/SKILL.md

Abort / crisis plan generator — halt triggers, response actions, AI-aware safety gates (hallucination threshold, destructive-action gate, output validation).

73

deep-analysis

packages/decepticon/decepticon/skills/standard/reverser/deep-analysis/SKILL.md

Depth-first RE investigation loop for a single binary or function cluster: decompile→rename→retype→comment→re-read, with context-rot guards and on-task checks. Use when triage has already identified the interesting area and the goal is full understanding: what does function X do, identify cryptographic primitives, locate C2 protocol, recover data structures. Triggers on: 'deep analysis', 'understand function', 'recover struct', 'crypto identification', 'C2 protocol', 'reverse this binary fully', 'what does this function do'.

76

ctf-triage

packages/decepticon/decepticon/skills/standard/reverser/ctf-triage/SKILL.md

CTF challenge triage and solve methodology — category detection, tool selection, and multi-step solve chains across pwn/rev/crypto/forensics/web/misc.

62

anti-debug-bypass

packages/decepticon/decepticon/skills/standard/reverser/anti-debug-bypass/SKILL.md

Detect and neutralize anti-debug / anti-VM checks — IsDebuggerPresent, ptrace, NtGlobalFlag, timing, hardware-breakpoint detection.

66

cloud-recon

packages/decepticon/decepticon/skills/standard/recon/cloud-recon/SKILL.md

Cloud infrastructure enumeration — AWS S3 buckets, Azure blob storage, GCP buckets, cloud metadata endpoints, IAM misconfigurations, CDN origin detection.

64

active-recon

packages/decepticon/decepticon/skills/standard/recon/active-recon/SKILL.md

Active target probing — port scanning, service detection, vulnerability scanning, banner grabbing, web directory fuzzing, SSL/TLS analysis.

62

credential-access

packages/decepticon/decepticon/skills/standard/post-exploit/credential-access/SKILL.md

Credential extraction and capture — LSASS dumping, SAM/SECURITY hive extraction, DPAPI decryption, NTLM relay, Responder poisoning, password spraying, hash cracking.

57

c2-mythic

packages/decepticon/decepticon/skills/standard/post-exploit/c2/mythic/SKILL.md

Mythic C2 framework operations — multi-agent (Apfell, Apollo, Athena, Poseidon, Medusa), web UI on 7443, RabbitMQ + PostgreSQL backend, JSON-RPC tasking model, building an agent via mythic-cli, profile design (HTTP/SMB/named pipe/peer-to-peer), opsec defaults. Comparison to Sliver: more pluggable, less polished UI.

69

c2-havoc

packages/decepticon/decepticon/skills/standard/post-exploit/c2/havoc/SKILL.md

Havoc C2 framework (C5pider/Havoc) — modern Sliver/CS alternative, Demon agent with indirect syscalls, sleep obfuscation (Ekko/Zilean/FOLIAGE), Donut PIC loader integration, profile-driven HTTP comms, MaterialUI web client. Best when you need modern OPSEC without Cobalt Strike cost.

68

c2

packages/decepticon/decepticon/skills/standard/post-exploit/c2/SKILL.md

Framework-agnostic C2 orchestration — listener types, implant modes, redirector architecture, malleable profiles, jitter strategy, OPSEC guidance.

63

c2-sliver

packages/decepticon/decepticon/skills/standard/post-exploit/c2-sliver/SKILL.md

Sliver C2 framework operations — server connection, listener setup, implant generation, BOF/Armory extensions, post-implant operations, HTTP C2 profiles.

66

c2-domain-fronting

packages/decepticon/decepticon/skills/standard/post-exploit/c2-domain-fronting/SKILL.md

Domain fronting and CDN abuse for C2 concealment — CloudFront, Azure CDN, Fastly setup, TLS SNI vs Host header technique, CDN-based redirectors, and integration with Cobalt Strike and Sliver.

66

c2-cobalt-strike

packages/decepticon/decepticon/skills/standard/post-exploit/c2-cobalt-strike/SKILL.md

Cobalt Strike operations — Beacon deployment, Malleable C2 profile creation, listener setup, OPSEC-safe beacon configuration, process injection, and Arsenal kit usage.

67

c2-alternative-channels

packages/decepticon/decepticon/skills/standard/post-exploit/c2-alternative-channels/SKILL.md

Non-traditional C2 channels — Discord/Telegram bots, DNS-over-HTTPS, blockchain-based C2, email-based C2, and cloud function dead drops for covert command and control.

62

bootloader-uboot

packages/decepticon/decepticon/skills/standard/iot/bootloader-uboot/SKILL.md

U-Boot bootloader attack playbook — console interrupt to break the autoboot countdown, environment variable inspection and manipulation, bootargs override to spawn init=/bin/sh, secure-boot bypass techniques, and fault-injection basics (voltage and clock glitching). Covers MIPS, ARM, and AArch64 targets.

62

ble-gatt

packages/decepticon/decepticon/skills/standard/iot/ble-gatt/SKILL.md

GATT service/characteristic enumeration on BLE peripherals, unauthenticated read/write exploitation, pairing downgrade to Just Works, and over-the-air sniffing with Sniffle or Ubertooth. Covers firmware update channels, hidden debug services, and missing auth on sensitive characteristics.

69

binwalk-extract

packages/decepticon/decepticon/skills/standard/iot/binwalk-extract/SKILL.md

Firmware image extraction with binwalk and firmware-mod-kit — recursive archive carving, squashfs/jffs2/ubifs mounting, entropy analysis to detect packed/encrypted regions, and nested container handling. Entry point for all static filesystem analysis after a raw binary image is acquired.

76

cve

packages/decepticon/decepticon/skills/standard/exploit/web/cve/SKILL.md

Known CVE exploitation — fingerprint CMS/framework/plugin version, look up CVE candidates via cve_lookup, retrieve PoCs via cve_poc_lookup, adapt the public exploit to the target, and confirm RCE. Use whenever the challenge tag is `cve`, recon fingerprinted a versioned service, or the challenge name hints at known vulnerable software (WordPress, Joomla, Apache Struts, Spring4Shell, Log4j, etc.).

72

csrf

packages/decepticon/decepticon/skills/standard/exploit/web/csrf/SKILL.md

Cross-Site Request Forgery — missing/invalid tokens, method override, JSON CSRF, SameSite gaps, double-submit flaws, login/logout CSRF, and CSRF-via-XSS chains to account takeover.

71