apiscan
API security audit — REST, GraphQL, JWT analysis, parameter discovery
Clean logs, metadata, and forensic traces from a target system
> /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-cleanContext preview
What this command does when you run it.
Clean logs, metadata, and forensic traces from a target system
description: Clean logs, metadata, and forensic traces from a target system allowed-tools: ToolSearch, Bash, Read, Write, Glob, Grep, AskUserQuestion argument-hint: <target-host> [--scope logs|metadata|timestamps|memory|full] [--dry-run]
> **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 target host, `--scope` (default `full`), and `--dry-run` flag. Store parsed values for use throughout the command.
2. If `--dry-run` is set: enumerate and list all artifacts that would be cleaned for each scope category without executing any destructive operations. Present a summary and exit.
3. **Logs** (`--scope logs` or `full`): Clear system log entries:
4. **Metadata** (`--scope metadata` or `full`): Strip file metadata from specified paths:
5. **Timestamps** (`--scope timestamps` or `full`): Manipulate file timestamps to cover tracks:
6. **Memory** (`--scope memory` or `full`): Clear volatile forensic artifacts:
7. **ALWAYS** ask the user for explicit confirmation before executing any destructive operations via `AskUserQuestion`. Show exactly what will be modified or deleted.
8. Log each cleaning action to the ops tracker with before/after state:
node "${CLAUDE_PLUGIN_ROOT}/scripts/ops-tracker.js" add <target> trace-clean <scope> "<action>" <before-state> <after-state>9. Write the cleaning report to the project directory. Include what was cleaned, what was skipped, and any artifacts that could not be removed.
10. Update session metrics:
node "${CLAUDE_PLUGIN_ROOT}/scripts/session-state.js" metric traces_eliminatedMulti-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