mirror of
https://github.com/Z4nzu/hackingtool
synced 2024-11-14 19:55:19 +00:00
remove sudo
This commit is contained in:
parent
768b722efe
commit
6bd2d7029f
@ -7,7 +7,7 @@ class KnockMail(HackingTool):
|
||||
TITLE = "Knockmail"
|
||||
DESCRIPTION = "KnockMail Tool Verify If Email Exists"
|
||||
INSTALL_COMMANDS = [
|
||||
"sudo git clone https://github.com/heywoodlh/KnockMail.git",
|
||||
"git clone https://github.com/heywoodlh/KnockMail.git",
|
||||
"cd KnockMail;sudo pip3 install -r requirements.txt"
|
||||
]
|
||||
RUN_COMMANDS = ["cd KnockMail;python3 knockmail.py"]
|
||||
|
Loading…
Reference in New Issue
Block a user