mirror of
https://github.com/Z4nzu/hackingtool
synced 2024-11-14 19:55:19 +00:00
dnstwist
This commit is contained in:
parent
74eebac6f8
commit
d6bc5203da
@ -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"
|
||||
|
Loading…
Reference in New Issue
Block a user