Merge pull request #382 from MDA1422/patch-2

Update phising_attack.py
This commit is contained in:
Hardik Zinzuvadiya 2023-07-18 01:37:07 +05:30 committed by GitHub
commit b75ae21835
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()
]