We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 87273dd commit 2739ec2Copy full SHA for 2739ec2
tools/others/mix_tools.py
@@ -21,7 +21,7 @@ class Crivo(HackingTool):
21
"with built-in web scraping capabilities.\n" \
22
"See: python3 crivo_cli.py -h"
23
INSTALL_COMMANDS = [
24
- "git clone https://github.com/GMDSantana/crivo",
+ "git clone https://github.com/GMDSantana/crivo.git",
25
"cd crivo;pip install -r requirements.txt"
26
]
27
PROJECT_URL = "https://github.com/GMDSantana/crivo"
0 commit comments