mirror of
https://github.com/Z4nzu/hackingtool
synced 2024-11-15 04:05:29 +00:00
update KnockMail to python3
This commit is contained in:
parent
38a7cd5978
commit
768b722efe
@ -7,13 +7,14 @@ 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 = [
|
||||||
"git clone https://github.com/4w4k3/KnockMail.git",
|
"sudo git clone https://github.com/heywoodlh/KnockMail.git",
|
||||||
"cd KnockMail;sudo pip install -r requeriments.txt"
|
"cd KnockMail;sudo pip3 install -r requirements.txt"
|
||||||
]
|
]
|
||||||
RUN_COMMANDS = ["cd KnockMail;python knock.py"]
|
RUN_COMMANDS = ["cd KnockMail;python3 knockmail.py"]
|
||||||
PROJECT_URL = "https://github.com/4w4k3/KnockMail"
|
PROJECT_URL = "https://github.com/heywoodlh/KnockMail"
|
||||||
|
|
||||||
|
|
||||||
class EmailVerifyTools(HackingToolsCollection):
|
class EmailVerifyTools(HackingToolsCollection):
|
||||||
TITLE = "Email Verify tools"
|
TITLE = "Email Verify tools"
|
||||||
TOOLS = [KnockMail()]
|
TOOLS = [KnockMail()]
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user