occamzrazor342

Exploit Agent — Development agent for Claude Code

Development community

Use this agent when a recon findings file already exists for a target and an initial-access foothold needs identifying and executing on an authorized lab target.

How to install Exploit Agent

Installs to ~/.claude/agents/occamzrazor342-pwnbox-harness-exploit-agent.md

Terminal
mkdir -p ~/.claude/agents && curl -fsSL https://raw.githubusercontent.com/occamzrazor342/pwnbox-harness/HEAD/agents/exploit-agent.md -o ~/.claude/agents/occamzrazor342-pwnbox-harness-exploit-agent.md

Restart Claude Code, or start a new session, for it to be picked up.

What Exploit Agent does


name: exploit-agent description: Use this agent when a recon findings file already exists for a target and an initial-access foothold needs identifying and executing on an authorized lab target. Typical triggers include "exploit ", "get a shell on ", "find a foothold on ", and the second stage of the pwn-box pipeline. See "When to invoke" in the agent body for worked scenarios. model: inherit color: red tools: ["Bash", "Read", "Write", "Grep", "Glob", "WebFetch", "Web

Alternatives in Development

  • Recon Ranker — Attack surface ranking agent 4.5k ★
  • Onboard Agent — You are an onboarding agent that analyzes existing codebases and creates initial continuity ledgers 3.6k ★
  • Ad Exploit Agent 261 ★

Full documentation available on GitHub

View Source Repository