From c33500a1b3b58f8d9562010282a0797dc587d884 Mon Sep 17 00:00:00 2001 From: MDA1422 <71685940+MDA1422@users.noreply.github.com> Date: Wed, 5 Jul 2023 22:28:48 +0100 Subject: [PATCH] Update phising_attack.py --- tools/phising_attack.py | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/tools/phising_attack.py b/tools/phising_attack.py index e4d2ac6..4451346 100644 --- a/tools/phising_attack.py +++ b/tools/phising_attack.py @@ -220,5 +220,6 @@ class PhishingAttackTools(HackingToolsCollection): Thanos(), QRLJacking(), BlackPhish(), - Maskphish() + Maskphish(), + dnstwist() ]