1
0
mirror of https://github.com/Z4nzu/hackingtool.git synced 2025-08-24 19:19:02 +02:00

Merge pull request from Gam3-0veR/patch-2

Small update on wordlist_generator.py
This commit is contained in:
Hardik Zinzuvadiya
2022-01-08 13:10:13 +05:30
committed by GitHub

@@ -8,7 +8,7 @@ class Cupp(HackingTool):
DESCRIPTION = "WlCreator is a C program that can create all possibilities of passwords,\n " \ DESCRIPTION = "WlCreator is a C program that can create all possibilities of passwords,\n " \
"and you can choose Length, Lowercase, Capital, Numbers and Special Chars" "and you can choose Length, Lowercase, Capital, Numbers and Special Chars"
INSTALL_COMMANDS = ["git clone https://github.com/Mebus/cupp.git"] INSTALL_COMMANDS = ["git clone https://github.com/Mebus/cupp.git"]
RUN_COMMANDS = ["python3 cupp.py -i"] RUN_COMMANDS = ["cd cupp && python3 cupp.py -i"]
PROJECT_URL = "https://github.com/Mebus/cupp" PROJECT_URL = "https://github.com/Mebus/cupp"