From 2739ec2a9080f41b2f423f232743c83e0dd496ee Mon Sep 17 00:00:00 2001 From: GMDSantana <6341823+GMDSantana@users.noreply.github.com> Date: Thu, 21 Nov 2024 10:01:33 +0800 Subject: [PATCH] Update mix_tools.py --- tools/others/mix_tools.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tools/others/mix_tools.py b/tools/others/mix_tools.py index 16ba5b0..9608302 100644 --- a/tools/others/mix_tools.py +++ b/tools/others/mix_tools.py @@ -21,7 +21,7 @@ class Crivo(HackingTool): "with built-in web scraping capabilities.\n" \ "See: python3 crivo_cli.py -h" INSTALL_COMMANDS = [ - "git clone https://github.com/GMDSantana/crivo", + "git clone https://github.com/GMDSantana/crivo.git", "cd crivo;pip install -r requirements.txt" ] PROJECT_URL = "https://github.com/GMDSantana/crivo"