attack
Route an attack vector to the appropriate specialist agent — usage: /project:attack <target> <vector>
Post-exploitation workflow after getting shell access — privesc, credential harvest, lateral movement
> /plugin marketplace add mukul975/Threatswarm > /plugin install threatswarm@threatswarm
How it fires
How this command gets triggered: by you, by Claude, or both.
/pwnedContext preview
What this command does when you run it.
Post-exploitation workflow after getting shell access — privesc, credential harvest, lateral movement
description: Post-exploitation workflow after getting shell access — privesc, credential harvest, lateral movement allowed-tools: Bash, Read, Write
Run full post-exploitation workflow on: $ARGUMENTS
Parse $ARGUMENTS: first word is TARGET, second word (optional) is SESSION_ID or access level (user/www-data/root/SYSTEM).
1. **Scope Check**: Verify TARGET is in scope.txt. Stop if not found.
2. **Document Current Access**:
═══════════════════════════════════════════ POST-EXPLOITATION START Target: TARGET Session ID: SESSION_ID (if provided) Timestamp: $(date -u +%Y-%m-%dT%H:%M:%SZ) ═══════════════════════════════════════════
3. **Invoke `post-ex` Agent** for automated privilege escalation:
4. **Credential Harvesting**: After any privilege escalation:
5. **Domain Check**: If target appears domain-joined:
6. **Lateral Movement Mapping**:
# SMB sweep for reachable hosts (from compromised machine)
crackmapexec smb $INTERNAL_SUBNET/24 \
-u $COMPROMISED_USER -H $NTLM_HASH \
--continue-on-success 2>&1 | \
tee evidence/$(date +%Y%m%d)/$TARGET/lateral/smb_sweep.txt7. **Update Findings**: Append to `evidence/$(date +%Y%m%d)/TARGET/findings.md`:
## Post-Exploitation — $(date -u +%Y-%m-%dT%H:%M:%SZ) | Step | Method | ATT&CK | Result | |------|--------|--------|--------| | Privesc | [technique] | [TTP] | [user → root/SYSTEM] | | Lateral | [technique] | T1021 | [hosts reached] |
8. **Print Summary**:
═══ POST-EX RESULTS ════════════════ Privilege Level: [user → root/SYSTEM] Hosts Reached: X Credentials: X hashes (see evidence/) Domain Admin: [YES/NO] ════════════════════════════════════
27 scope-enforced AI agents that run the full pentest kill-chain (recon → exploit → post-ex → DFIR → report) as a one-command Claude Code plugin. Backed by 754 MITRE-mapped skills.
Repo: mukul975/Threatswarm
Route an attack vector to the appropriate specialist agent — usage: /project:attack <target> <vector>
Start a new engagement for a target — verifies scope, creates evidence directories, and launches recon agent