apiscan
API security audit — REST, GraphQL, JWT analysis, parameter discovery
Check and install reverse engineering tools on Kali Linux
> /plugin marketplace add ogrodev/fsociety > /plugin install fsociety@ogrodev-fsociety
How it fires
How this command gets triggered: by you, by Claude, or both.
/re-installContext preview
What this command does when you run it.
Check and install reverse engineering tools on Kali Linux
description: Check and install reverse engineering tools on Kali Linux allowed-tools: Bash, Read, Write, AskUserQuestion argument-hint: [--auto | --check-only | <tool-name>]
> **Storage Policy**: ALL output files MUST be saved in the project directory. NEVER write to `/tmp/` or any system temporary directory.
Parse `$ARGUMENTS` for flags:
node "${CLAUDE_PLUGIN_ROOT}/scripts/tool-checker.js" check**If `--check-only`:** Display the tool status table and exit.
**If `--auto`:**
node "${CLAUDE_PLUGIN_ROOT}/scripts/tool-checker.js" install-missingShow the install commands and ask the user for confirmation before running them.
**If `<tool-name>`:**
node "${CLAUDE_PLUGIN_ROOT}/scripts/tool-checker.js" check <tool-name>If not installed, show the install command and ask for confirmation.
**If no args (interactive):** 1. Show the tool status table. 2. If any Tier 1 tools are missing, ask:
AskUserQuestion: Critical RE tools are missing. What would you like to do? 1. Install all missing Tier 1 tools (recommended) 2. Install all missing tools (Tier 1-3) 3. Choose specific tools to install 4. Skip for now
3. Execute based on user choice.
**ALWAYS** ask for user approval before running any `apt install` or `pip install` command.
Run installation commands:
sudo apt install -y <packages> pip install <packages>
After installation, re-run the check:
node "${CLAUDE_PLUGIN_ROOT}/scripts/tool-checker.js" checkReport success/failure for each tool.
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