Unverified Commit 8aabfdac authored by Hardik Zinzuvadiya's avatar Hardik Zinzuvadiya Committed by GitHub
Browse files

Merge pull request #343 from MDA1422/master

dnstwist
parents 33c399a2 10a8fdbe
Loading
Loading
Loading
Loading
+6 −0
Original line number Diff line number Diff line
@@ -195,6 +195,12 @@ 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"