You've already forked hackingtool
mirror of
https://github.com/Z4nzu/hackingtool.git
synced 2025-07-11 14:30:25 +02:00
update KnockMail to python3
This commit is contained in:
@ -7,13 +7,14 @@ class KnockMail(HackingTool):
|
||||
TITLE = "Knockmail"
|
||||
DESCRIPTION = "KnockMail Tool Verify If Email Exists"
|
||||
INSTALL_COMMANDS = [
|
||||
"git clone https://github.com/4w4k3/KnockMail.git",
|
||||
"cd KnockMail;sudo pip install -r requeriments.txt"
|
||||
"sudo git clone https://github.com/heywoodlh/KnockMail.git",
|
||||
"cd KnockMail;sudo pip3 install -r requirements.txt"
|
||||
]
|
||||
RUN_COMMANDS = ["cd KnockMail;python knock.py"]
|
||||
PROJECT_URL = "https://github.com/4w4k3/KnockMail"
|
||||
RUN_COMMANDS = ["cd KnockMail;python3 knockmail.py"]
|
||||
PROJECT_URL = "https://github.com/heywoodlh/KnockMail"
|
||||
|
||||
|
||||
class EmailVerifyTools(HackingToolsCollection):
|
||||
TITLE = "Email Verify tools"
|
||||
TOOLS = [KnockMail()]
|
||||
|
||||
|
Reference in New Issue
Block a user