mirror of
https://github.com/Z4nzu/hackingtool
synced 2026-05-24 09:28:43 +00:00
dnstwist
This commit is contained in:
parent
74eebac6f8
commit
d6bc5203da
1 changed files with 5 additions and 0 deletions
|
|
@ -195,6 +195,11 @@ class BlackPhish(HackingTool):
|
||||||
def update(self):
|
def update(self):
|
||||||
os.system("cd BlackPhish;sudo bash update.sh")
|
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):
|
class PhishingAttackTools(HackingToolsCollection):
|
||||||
TITLE = "Phishing attack tools"
|
TITLE = "Phishing attack tools"
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue