Skip to content

Usage

Hydro provides a simple command-line interface for MD5 cracking. Below is the basic usage:


Example:

To crack a hash located within hash.txt with the rockyou.txt wordlist:

hydro hash.txt rockyou.txt

Sample output:

 uv run hydro hash.txt wordlist.txt

Success! 5f4dcc3b5aa765d61d8327deb882cf99:password

For more detailed information and advanced usage, refer to the Hydro GitHub repository.