Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/jorianwoltjer/brute-force-calculator
Quickly calculate brute force times from speed and search space in a web UI
https://github.com/jorianwoltjer/brute-force-calculator
Last synced: 6 days ago
JSON representation
Quickly calculate brute force times from speed and search space in a web UI
- Host: GitHub
- URL: https://github.com/jorianwoltjer/brute-force-calculator
- Owner: JorianWoltjer
- Created: 2024-07-22T19:54:49.000Z (4 months ago)
- Default Branch: main
- Last Pushed: 2024-07-24T13:01:00.000Z (4 months ago)
- Last Synced: 2024-07-25T02:06:21.244Z (4 months ago)
- Language: Svelte
- Homepage: https://brute.jtw.sh
- Size: 219 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Brute Force Calculator
[brute.jtw.sh](https://brute.jtw.sh/)
**Quickly calculate brute force times from speed and search space in a web UI**
[](https://brute.jtw.sh/)
So often we hackers face some sort of random string, be it a numeric code, generated token or hash, and wonder how long it would take to brute force. This tool helps you quickly calculate it within a Web UI. Just specify your rate of attempts and the length/character set of the token. This tool will calculate both the number of requests required and an estimated time of completion.
With the 'Collision' mode, it can even calculate when a collision of two random strings should happen (aka. [Birthday Problem](https://en.wikipedia.org/wiki/Birthday_problem)). These are more functional bugs where two random users may collide, but are much more likely and another reason to increase your token's entropy.For the quickest usage, simply paste a list of example tokens into the autofocus'ed *Examples* area. The tool will automatically detect the character set and length, giving you the time it would take to brute force, and the ability to adjust settings. State is saved in the address bar, so you can send your URL around to others to share your results.
Most fields explain themselves by giving them a hover or tap. If anything is unclear or you are missing a feature, feel free to ask in an [Issue](https://github.com/JorianWoltjer/brute-force-calculator/issues)!