Coder Social home page Coder Social logo

asjidkalam / ruo Goto Github PK

View Code? Open in Web Editor NEW
11.0 2.0 1.0 27 KB

dictionary-based hash cracker written in rust. ๐Ÿง

License: MIT License

Rust 100.00%
hash cracking bruteforce bruteforce-password-cracker rust md5 sha1 sha2 ripemd320 password-cracker

ruo's Introduction

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.

version

Available algorithms

Name Algorithm Crates.io
md5 MD5 crates.io
sha1 SHA-1 crates.io
sha256 SHA-2 256 crates.io
sha512 SHA-2 512 crates.io
ripemd320 RIPEMD320 crates.io

Build From Source

Prerequisites

You'll need the following tools to build from source:

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.

๐Ÿฐ

ruo's People

Contributors

asjidkalam avatar mufeedvh avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar

Forkers

jeffa183

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.