Update phising_attack.py

This commit is contained in:
MDA1422 2023-07-05 22:28:48 +01:00 committed by GitHub
parent 8aabfdacb2
commit c33500a1b3
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -220,5 +220,6 @@ class PhishingAttackTools(HackingToolsCollection):
Thanos(),
QRLJacking(),
BlackPhish(),
Maskphish()
Maskphish(),
dnstwist()
]