From 8f4ac3d3a4bfa641c07103bf8f2bd3421405f1e4 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Cristian=20Cezar=20Mois=C3=A9s?= Date: Sat, 28 Sep 2024 02:25:38 +0000 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 4cc4fb7..e853ad3 100644 --- a/README.md +++ b/README.md @@ -17,7 +17,7 @@ Calculate the time required for a brute-force attack based on password complexit To install Crackulator, clone the repository and run the application: ```bash -git clone https://git.securityops.co/crackulator +git clone https://git.securityops.co/cristiancmoises/crackulator.git cd crackulator python3 -m http.server 8000