You've already forked hackingtool
mirror of
https://github.com/Z4nzu/hackingtool.git
synced 2025-06-20 06:15:54 +02:00
Fix typo discovered by codespell
This commit is contained in:
@ -15,7 +15,7 @@ class Cupp(HackingTool):
|
|||||||
class WlCreator(HackingTool):
|
class WlCreator(HackingTool):
|
||||||
TITLE = "WordlistCreator"
|
TITLE = "WordlistCreator"
|
||||||
DESCRIPTION = "WlCreator is a C program that can create all possibilities" \
|
DESCRIPTION = "WlCreator is a C program that can create all possibilities" \
|
||||||
" of passwords,\n and you can choose Lenght, Lowercase, " \
|
" of passwords,\n and you can choose Length, Lowercase, " \
|
||||||
"Capital, Numbers and Special Chars"
|
"Capital, Numbers and Special Chars"
|
||||||
INSTALL_COMMANDS = ["sudo git clone https://github.com/Z4nzu/wlcreator.git"]
|
INSTALL_COMMANDS = ["sudo git clone https://github.com/Z4nzu/wlcreator.git"]
|
||||||
RUN_COMMANDS = [
|
RUN_COMMANDS = [
|
||||||
|
Reference in New Issue
Block a user