Skip to content

Commit

Permalink
remove sudo
Browse files Browse the repository at this point in the history
  • Loading branch information
Greatest125 authored May 7, 2021
1 parent 768b722 commit 6bd2d70
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tools/others/email_verifier.py
Original file line number Diff line number Diff line change
Expand Up @@ -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"]
Expand Down

0 comments on commit 6bd2d70

Please sign in to comment.