Ruo
dictionary-based hash cracker written in rust. š§
Install / Use
/learn @Asjidkalam/RuoREADME
Ruo š§
Ruo is a dictionary-based password cracker written in rust š¦. The primary purpose is to crack weak hashes/commonly used passwords.
Cracked passwords will be printed to the terminal and saved in the file $HOME/.ruo/hashes.saved. The $HOME/.ruo/hashes.saved file is also used to not load password hashes that you already cracked when you run ruo the next time.
Available algorithms
| Name | Algorithm | Crates.io |
|-------------|------------|-----------|
| md5 | MD5 | |
|
sha1 | SHA-1 | |
|
sha256 | SHA-2 256 | |
|
sha512 | SHA-2 512 | |
|
ripemd320 | RIPEMD320 | |
Build From Source
Prerequisites
You'll need the following tools to build from source:
- Rust
Cargo
Building
Clone the repository and use cargo to generate a release build.
$ git clone https://github.com/Asjidkalam/ruo.git
$ cd ruo/
$ cargo build --release
Usage
$ ./target/release/ruo <WORDLIST-FILE-PATH> <HASH-TO-CRACK>
Example
š« ruo v0.1
Loaded SHA-256 hash.
Loaded the wordlist file in 838 millisecs.
š¤ Cracked! 244f28ce3685167745ad3a7f1760fd4483bbbb3fd150b9087b95442d4d6fd905 -> "PASSWORD1" in 6 millisecs
Contribute
- Suggest a feature / Report a bug
- More algorithms
- Better optimization
- Help me document the code :)
License
This project is licensed under the terms of the MIT license. Check the LICENSE file out for license rights and limitations.
š°
Related Skills
himalaya
342.5kCLI to manage emails via IMAP/SMTP. Use `himalaya` to list, read, write, reply, forward, search, and organize emails from the terminal. Supports multiple accounts and message composition with MML (MIME Meta Language).
node-connect
342.5kDiagnose OpenClaw node connection and pairing failures for Android, iOS, and macOS companion apps
frontend-design
85.3kCreate distinctive, production-grade frontend interfaces with high design quality. Use this skill when the user asks to build web components, pages, or applications. Generates creative, polished code that avoids generic AI aesthetics.
coding-agent
342.5kDelegate coding tasks to Codex, Claude Code, or Pi agents via background process
