mirror of
https://github.com/Z4nzu/hackingtool
synced 2026-05-23 08:58:22 +00:00
Merge pull request #169 from Gam3-0veR/patch-2
Small update on wordlist_generator.py
This commit is contained in:
commit
ad24a5b844
1 changed files with 1 additions and 1 deletions
|
|
@ -8,7 +8,7 @@ class Cupp(HackingTool):
|
|||
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"
|
||||
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"
|
||||
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue