apiscan
API security audit — REST, GraphQL, JWT analysis, parameter discovery
Search breach forums for leak postings and database offers
> /plugin marketplace add ogrodev/fsociety > /plugin install fsociety@ogrodev-fsociety
How it fires
How this command gets triggered: by you, by Claude, or both.
/ty-forumsContext preview
What this command does when you run it.
Search breach forums for leak postings and database offers
description: Search breach forums for leak postings and database offers allowed-tools: Bash, Read, Glob, Grep argument-hint: <query>
You are executing a breach forum search for the tyrell data exfiltration plugin.
Before proceeding, verify that the active operational profile meets the minimum access tier:
node "${CLAUDE_PLUGIN_ROOT}/scripts/hunt-engine.js" forum --check-profile $ARGUMENTSIf the profile is `surface` or `light`, stop immediately and inform the operator:
> Forum hunting requires a **deep** or higher operational profile. Switch profiles before continuing.
Proceed only if the profile is `deep`, `dark`, or `ghost`.
Run the hunt engine to produce optimized forum search queries:
node "${CLAUDE_PLUGIN_ROOT}/scripts/hunt-engine.js" forum $ARGUMENTSThe script returns a list of query objects with fields: `forum`, `query`, `keywords`, and `thread_patterns`. Common forums include RaidForums archives, BreachForums, Exploit.in, XSS.is, and dedicated leak channels.
For each forum and query combination, search via available tooling:
curl -s -A "Mozilla/5.0" -H "Cookie: ${FORUM_SESSION_COOKIE}" \
"https://<forum>/search?q=<query>" | grep -oP '(?<=href=")[^"]+thread[^"]+'For each promising thread or post found, extract structured metadata:
For each relevant post or thread:
node "${CLAUDE_PLUGIN_ROOT}/scripts/source-tracker.js" add \
--type forum \
--url "<thread-url>" \
--forum "<forum-name>" \
--target "<organization-or-domain>" \
--records "<estimated-count>" \
--fields "<data-fields>" \
--notes "<seller-reputation-and-sample-info>"Output a structured forum intelligence report:
| Source ID | Forum | Target | Records | Fields | Date | Price | |-----------|-------|--------|---------|--------|------|-------| | ... | ... | ... | ... | ... | ... | ... |
Flag any listings with verified samples or high-reputation sellers for priority follow-up using `/ty-classify` and `/ty-acquire`.
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