apiscan
API security audit — REST, GraphQL, JWT analysis, parameter discovery
Configure and manage proxy chains, VPN connections, and Tor routing
> /plugin marketplace add ogrodev/fsociety > /plugin install fsociety@ogrodev-fsociety
How it fires
How this command gets triggered: by you, by Claude, or both.
/op-proxyContext preview
What this command does when you run it.
Configure and manage proxy chains, VPN connections, and Tor routing
description: Configure and manage proxy chains, VPN connections, and Tor routing allowed-tools: ToolSearch, Bash, Read, Write, AskUserQuestion argument-hint: <setup|rotate|test|status|kill> [--chain tor+proxy|direct|multi-hop]
> **Storage Policy**: ALL output files MUST be saved in the project directory. NEVER write to /tmp/ or any system temporary directory.
Target and options: `$ARGUMENTS`
1. Parse `$ARGUMENTS` for the subcommand (`setup`, `rotate`, `test`, `status`, or `kill`) and `--chain` flag. Dispatch to the appropriate operation.
2. **setup**: Configure the full proxy chain:
iptables -A OUTPUT -o tun0 -j ACCEPT
iptables -A OUTPUT -o lo -j ACCEPT
iptables -A OUTPUT -d <vpn-server-ip> -j ACCEPT
iptables -A OUTPUT -j DROP3. **rotate**: Cycle to a new identity/endpoint:
4. **test**: Verify the proxy chain integrity:
5. **status**: Display current proxy chain state:
6. **kill**: Tear down all proxy infrastructure:
7. Log all proxy operations to the ops tracker:
node "${CLAUDE_PLUGIN_ROOT}/scripts/ops-tracker.js" add <target> proxy-chain <subcommand> "<chain-type>" <result> <severity>Multi-plugin marketplace for Claude Code offensive security plugins
Repo: ogrodev/fsociety
API security audit — REST, GraphQL, JWT analysis, parameter discovery
Archive or list previous engagement snapshots
Password brute force and hash cracking against target services
Resume or execute an attack campaign with progress tracking
Show running scans, system health, and engagement status