Merge pull request #343 from MDA1422/master

dnstwist
This commit is contained in:
Hardik Zinzuvadiya 2023-03-15 06:16:36 -04:00 committed by GitHub
commit 8aabfdacb2
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -195,6 +195,12 @@ class BlackPhish(HackingTool):
def update(self): def update(self):
os.system("cd BlackPhish;sudo bash update.sh") os.system("cd BlackPhish;sudo bash update.sh")
class dnstwist(HackingTool):
Title='dnstwist'
Install_commands=['sudo git clone https://github.com/elceef/dnstwist.git','cd dnstwist']
Run_commands=['cd dnstwist;sudo python3 dnstwist.py']
project_url='https://github.com/elceef/dnstwist'
class PhishingAttackTools(HackingToolsCollection): class PhishingAttackTools(HackingToolsCollection):
TITLE = "Phishing attack tools" TITLE = "Phishing attack tools"