Update mix_tools.py

This commit is contained in:
GMDSantana
2024-11-21 10:01:33 +08:00
committed by GitHub
parent 87273dd103
commit 2739ec2a90
+1 -1
View File
@@ -21,7 +21,7 @@ class Crivo(HackingTool):
"with built-in web scraping capabilities.\n" \ "with built-in web scraping capabilities.\n" \
"See: python3 crivo_cli.py -h" "See: python3 crivo_cli.py -h"
INSTALL_COMMANDS = [ INSTALL_COMMANDS = [
"git clone https://github.com/GMDSantana/crivo", "git clone https://github.com/GMDSantana/crivo.git",
"cd crivo;pip install -r requirements.txt" "cd crivo;pip install -r requirements.txt"
] ]
PROJECT_URL = "https://github.com/GMDSantana/crivo" PROJECT_URL = "https://github.com/GMDSantana/crivo"