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 1/2] 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" From 10a8fdbe89830795356304cb43f379e4c48f5d40 Mon Sep 17 00:00:00 2001 From: xb7 Date: Thu, 2 Feb 2023 19:37:42 +0000 Subject: [PATCH 2/2] test --- tools/phising_attack.py | 1 + 1 file changed, 1 insertion(+) diff --git a/tools/phising_attack.py b/tools/phising_attack.py index e2eaeb0..d8a87f9 100644 --- a/tools/phising_attack.py +++ b/tools/phising_attack.py @@ -201,6 +201,7 @@ class dnstwist(HackingTool): Run_commands=['cd dnstwist;sudo python3 dnstwist.py'] project_url='https://github.com/elceef/dnstwist' + class PhishingAttackTools(HackingToolsCollection): TITLE = "Phishing attack tools" TOOLS = [