crackulator/README.md

24 lines
651 B
Markdown
Raw Permalink Normal View History

2024-09-28 01:12:26 +00:00
# Crackulator
## Password Crack Calculator
Calculate the time required for a brute-force attack based on password complexity.
2024-09-28 02:19:01 +00:00
<img src="https://i.ibb.co/WDF3kwz/2024-09-27-22-05.png" alt="Crackulator" width="50%" />
2024-09-28 01:12:26 +00:00
## 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
2024-09-28 02:25:38 +00:00
git clone https://git.securityops.co/cristiancmoises/crackulator.git
2024-09-28 01:12:26 +00:00
cd crackulator
python3 -m http.server 8000
2024-09-28 01:05:06 +00:00