-- Leo's gemini proxy

-- Connecting to freeshell.de:1965...

-- Connected

-- Sending request

-- Meta line: 20 text/gemini;lang=en-GB

john


> Password cracker.

More information.


Crack password hashes:

john {path/to/hashes.txt}

Show passwords cracked:

john --show {path/to/hashes.txt}

Display users' cracked passwords by user identifier from multiple files:

john --show --users={user_ids} {path/to/hashes*} {path/to/other/hashes*}

Crack password hashes, using a custom wordlist:

john --wordlist={path/to/wordlist.txt} {path/to/hashes.txt}

List available hash formats:

john --list=formats

Crack password hashes, using a specific hash format:

john --format={md5crypt} {path/to/hashes.txt}

Crack password hashes, enabling word mangling rules:

john --rules {path/to/hashes.txt}

Restore an interrupted cracking session from a state file, e.g. `mycrack.rec`:

john --restore={path/to/mycrack.rec}


> Copyright © 2014—present the tldr-pages team and contributors.

> This work is licensed under the Creative Commons Attribution 4.0 International License (CC-BY).

CC-BY



-- Response ended

-- Page fetched on Tue May 21 05:10:35 2024