apiscan
API security audit — REST, GraphQL, JWT analysis, parameter discovery
Set engagement scope and auto-detect target technology stack
> /plugin marketplace add ogrodev/fsociety > /plugin install fsociety@ogrodev-fsociety
How it fires
How this command gets triggered: by you, by Claude, or both.
/scopeContext preview
What this command does when you run it.
Set engagement scope and auto-detect target technology stack
description: Set engagement scope and auto-detect target technology stack allowed-tools: ToolSearch, Bash, Read, Write argument-hint: <target-domain> [--profile loud|normal|stealth|paranoid]
> **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`
Configure the engagement scope and perform initial target profiling.
If `$ARGUMENTS` contains `--profile <name>`, extract the profile and set it:
node "${CLAUDE_PLUGIN_ROOT}/scripts/scan-profile.js" set <profile>The remaining argument (without `--profile`) is the target domain.
Use ToolSearch to load:
Run `http_set_scope` to register the target domain (and any known subdomains) as in-scope. This configures the HTTP testing framework tools (repeater, intruder) to only operate within authorized targets.
Run `detect_technologies_ai` on the target to identify:
Run `wafw00f_scan` to identify specific WAF products. This is critical for selecting appropriate evasion techniques in later testing.
Write a `scope.md` file in the project directory with:
If `target-intel.js` exists, log discovered tech stack and defenses:
# For each technology detected:
node "${CLAUDE_PLUGIN_ROOT}/scripts/target-intel.js" add "<target>" "tech-stack" "<tech-name>" "<version-or-details>" --source scan
# For WAF/CDN detected:
node "${CLAUDE_PLUGIN_ROOT}/scripts/target-intel.js" add "<target>" "defense" "<defense-name>" "<details>" --source scanPresent the scope summary to the operator for confirmation.
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