mirror of
https://github.com/Z4nzu/hackingtool
synced 2026-05-24 09:28:43 +00:00
remove sudo
This commit is contained in:
parent
768b722efe
commit
6bd2d7029f
1 changed files with 1 additions and 1 deletions
|
|
@ -7,7 +7,7 @@ class KnockMail(HackingTool):
|
||||||
TITLE = "Knockmail"
|
TITLE = "Knockmail"
|
||||||
DESCRIPTION = "KnockMail Tool Verify If Email Exists"
|
DESCRIPTION = "KnockMail Tool Verify If Email Exists"
|
||||||
INSTALL_COMMANDS = [
|
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"
|
"cd KnockMail;sudo pip3 install -r requirements.txt"
|
||||||
]
|
]
|
||||||
RUN_COMMANDS = ["cd KnockMail;python3 knockmail.py"]
|
RUN_COMMANDS = ["cd KnockMail;python3 knockmail.py"]
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue