Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/aegeontis/pswrd_hash_bruteforce

A simple, partial clear-text password + hash bruteforcer in dart
https://github.com/aegeontis/pswrd_hash_bruteforce

brute-force bruteforce dart dartlang password-hash

Last synced: about 1 month ago
JSON representation

A simple, partial clear-text password + hash bruteforcer in dart

Awesome Lists containing this project

README

        

# pswrd_hash_bruteforce
A simple, partial clear-text password + hash bruteforcer in dart

## Usage

1. Download the [latest binary from releases](https://github.com/Aegeontis/pswrd_hash_bruteforce/releases/latest/download/pswrd_hash_bruteforce.zip)
2. Unzip the file: `unzip pswrd_hash_bruteforce.zip`
3. Run the binary: `./pswrd_hash_bruteforce`

## Building

1. Download and install the [dartsdk](https://dart.dev/get-dart)
2. Clone the repository: `git clone --depth=1 https://github.com/Aegeontis/pswrd_hash_bruteforce`
3. Change directory: `cd pswrd_hash_bruteforce`
4. Build the project: `dart pub get && dart compile exe bin/main.dart -o pswrd_hash_bruteforce`