Credential Cracking Agent banner
blacklanternsecurity blacklanternsecurity

Credential Cracking Agent

Development community

Description

--- name: credential-cracking-agent description: > Credential cracking subagent for red-run. Performs offline hash cracking and encrypted file cracking using hashcat and john as directed by the orchestrator. Handles hash identification, wordlist selection, rule escalation, and file extraction (*2john tools). All operations are local — no target interaction. Use when the orchestrator has hashes to crack or encrypted files to open. tools: - Read - Write - Edit - Bash - Grep -

Installation

Installs to ~/.claude/agents/blacklanternsecurity-red-run-credential-cracking-agent.md

Terminal
mkdir -p ~/.claude/agents && curl -fsSL https://raw.githubusercontent.com/blacklanternsecurity/red-run/HEAD/agents/credential-cracking-agent.md -o ~/.claude/agents/blacklanternsecurity-red-run-credential-cracking-agent.md

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

Full documentation available on GitHub

View Source Repository