https://github.com/mookid8000/brutus
:neckbeard: How many SHA512 hashes can we make?
https://github.com/mookid8000/brutus
Last synced: 4 months ago
JSON representation
:neckbeard: How many SHA512 hashes can we make?
- Host: GitHub
- URL: https://github.com/mookid8000/brutus
- Owner: mookid8000
- Created: 2019-03-14T08:24:17.000Z (about 6 years ago)
- Default Branch: master
- Last Pushed: 2019-03-15T12:49:45.000Z (about 6 years ago)
- Last Synced: 2025-01-07T07:43:18.115Z (5 months ago)
- Language: C#
- Size: 5.86 KB
- Stars: 2
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Brutus
Brute force password-guessing. :neckbeard:
The program is a .NET Core 2.2 app.
It will as quickly as possible try as many passwords as it can, salting & SHA512-hashing them, in an attempt to guess the original password.
Input to the program:
* a salt
* a hashed password (as if they came from a leaked credentials database)and then
* an alphabet (which characters to cycle through)
* from length (which password length to start cycling from)
* to length (which password length to end with)