diff --git a/tools/phising_attack.py b/tools/phising_attack.py index 8818607..e2eaeb0 100644 --- a/tools/phising_attack.py +++ b/tools/phising_attack.py @@ -195,6 +195,11 @@ class BlackPhish(HackingTool): def update(self): 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): TITLE = "Phishing attack tools"