From d6bc5203dad9c6c473cef741a2bdecdc10f2f3f2 Mon Sep 17 00:00:00 2001 From: MDA1422 <71685940+MDA1422@users.noreply.github.com> Date: Thu, 2 Feb 2023 18:54:34 +0000 Subject: [PATCH] dnstwist --- tools/phising_attack.py | 5 +++++ 1 file changed, 5 insertions(+) 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"