Update README.md
parent
d2adb83925
commit
97bba66412
26
README.md
26
README.md
|
@ -1,5 +1,23 @@
|
||||||
# crackulator
|
# Crackulator
|
||||||
|
|
||||||
|
## Password Crack Calculator
|
||||||
|
|
||||||
|
Calculate the time required for a brute-force attack based on password complexity.
|
||||||
|
|
||||||
|
![Password Crack Calculator](https://i.ibb.co/WDF3kwz/2024-09-27-22-05.png)
|
||||||
|
|
||||||
|
## Features
|
||||||
|
|
||||||
|
- Estimate cracking time based on password length and character set.
|
||||||
|
- Evaluate the security of passwords against common attack methods.
|
||||||
|
- User-friendly interface for easy input and visualization of results.
|
||||||
|
|
||||||
|
## Installation
|
||||||
|
|
||||||
|
To install Crackulator, clone the repository and run the application:
|
||||||
|
|
||||||
|
```bash
|
||||||
|
git clone https://git.securityops.co/crackulator
|
||||||
|
cd crackulator
|
||||||
|
python3 -m http.server 8000
|
||||||
|
|
||||||
# Password Crackulator
|
|
||||||
|
|
||||||
Calculate the time of a bruteforce attack
|
|
Loading…
Reference in New Issue