apiscan
API security audit — REST, GraphQL, JWT analysis, parameter discovery
Search Telegram channels for leak postings and data breach announcements
> /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-telegramContext preview
What this command does when you run it.
Search Telegram channels for leak postings and data breach announcements
description: Search Telegram channels for leak postings and data breach announcements allowed-tools: Bash, Read, Glob, Grep argument-hint: <query>
You are executing a Telegram leak channel search for the tyrell data exfiltration plugin.
Telegram hunting for breach intelligence requires at minimum a `deep` operational profile:
node "${CLAUDE_PLUGIN_ROOT}/scripts/hunt-engine.js" telegram --check-profile $ARGUMENTSIf the profile is `surface` or `light`, stop and inform the operator:
> Telegram breach channel monitoring requires a **deep** or higher operational profile. Ensure your session identity is appropriately isolated.
Run the hunt engine to identify relevant Telegram channels and message search terms:
node "${CLAUDE_PLUGIN_ROOT}/scripts/hunt-engine.js" telegram $ARGUMENTSThe script returns: `channels` (known leak channels, dump sharing groups, and market announcement channels), `search_queries`, and `keywords` for message filtering.
For publicly indexed channels, search via available tooling:
curl -s "https://api.tgstat.ru/channels/search?token=${TGSTAT_TOKEN}&q=<query>&language=en" | \
jq '.response.items[] | {id: .id, username: .username, title: .title, members: .participants_count}' curl -s "https://api.telegram.org/bot${TELEGRAM_BOT_TOKEN}/getUpdates" | jq '.'For each identified channel of interest, retrieve recent messages:
Key signals to look for:
For each relevant channel:
node "${CLAUDE_PLUGIN_ROOT}/scripts/source-tracker.js" add \
--type telegram \
--url "https://t.me/<channel>/<message-id>" \
--channel "<channel-username>" \
--target "<organization-or-domain-mentioned>" \
--records "<count-if-stated>" \
--post-date "<YYYY-MM-DD>" \
--notes "<summary-of-post-content>"Output a Telegram breach intelligence summary:
| Source ID | Channel | Members | Posting Frequency | Relevance | |-----------|---------|---------|------------------|-----------| | ... | ... | ... | ... | ... |
| Source ID | Channel | Date | Target | Records | Download | |-----------|---------|------|--------|---------|---------| | ... | ... | ... | ... | ... | ... |
Use `/ty-classify` to assess source credibility before proceeding to `/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