Offline Hunt banner
TyrusRC TyrusRC

Offline Hunt

Security community

Description

--- name: offline-hunt description: Analyze security artifacts (raw request, JS file/URL/dir, project tree) without a live Burp, then promote hypotheses into tested findings --- # Offline Artifact Hunt Use when you have artifacts but no live Burp session: a saved raw request, a JS bundle or URL, a directory of JS, or a full `project/` tree. Burp-independent. ## One tool, auto-routed `analyze_artifact(source, kind="auto", domain="")` - `source`: a file path, a directory, or a JS URL. - auto-d

Installation

Installs to ~/.claude/skills/tyrusrc-praetor-offline-hunt/SKILL.md

Terminal
mkdir -p ~/.claude/skills/tyrusrc-praetor-offline-hunt && curl -fsSL https://raw.githubusercontent.com/TyrusRC/praetor/HEAD/.claude/skills/offline-hunt.md -o ~/.claude/skills/tyrusrc-praetor-offline-hunt/SKILL.md

Restart Claude Code, or start a new session, for it to be picked up.

Full documentation available on GitHub

View Source Repository