1
0
mirror of https://github.com/Z4nzu/hackingtool.git synced 2025-06-20 06:15:54 +02:00

added Cupp run instructions

for interactive word list generator
This commit is contained in:
Greatest125
2020-12-26 16:29:52 +00:00
committed by GitHub
parent 20e3924a24
commit 8af0f06ecf

View File

@ -8,10 +8,8 @@ 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"]
PROJECT_URL = "https://github.com/Mebus/cupp.git" RUN_COMMANDS = ["python3 cupp.py -i"]
PROJECT_URL = "https://github.com/Mebus/cupp"
def __init__(self):
super(Cupp, self).__init__(runnable = False)
class WlCreator(HackingTool): class WlCreator(HackingTool):