crack

Installation
SKILL.md
Contains Shell Commands

This skill contains shell command directives (!`command`) that may execute system commands. Review carefully before installing.

Password Cracking Workflow

Identify and crack password hashes using multiple tools and techniques.

Target

Target: $ARGUMENTS

If no input was provided, ask the user for a hash file path or hash string. This workflow operates on local files -- no network scope validation needed. The input can be a file containing hashes (one per line) or a single hash string.

Environment Detection

  • Wrapper scripts available: !test -f scripts/john/identify-hash-type.sh && echo "YES" || echo "NO"

Steps

Always start with Step 1 (hash identification). Based on the type identified, run only the relevant cracking steps (2-5) -- do not run all steps blindly.

1. Hash Identification

Installs
1
GitHub Stars
1
First Seen
Mar 7, 2026
crack — patrykquantumnomad/networking-tools