Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/aegeontis/pswrd_hash_bruteforce
- Owner: Aegeontis
- License: agpl-3.0
- Created: 2024-11-15T17:35:05.000Z (about 1 month ago)
- Default Branch: main
- Last Pushed: 2024-11-15T17:46:16.000Z (about 1 month ago)
- Last Synced: 2024-11-15T18:34:43.987Z (about 1 month ago)
- Topics: brute-force, bruteforce, dart, dartlang, password-hash
- Language: Dart
- Homepage:
- Size: 0 Bytes
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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`