mirror of
https://github.com/Z4nzu/hackingtool
synced 2024-11-14 19:55:19 +00:00
removed subdomainTakeover run instructions
they don't work :)
This commit is contained in:
parent
c4acbeb17a
commit
f988dff397
@ -78,13 +78,8 @@ class SubDomainTakeOver(HackingTool):
|
|||||||
]
|
]
|
||||||
PROJECT_URL = "https://github.com/m4ll0k/takeover"
|
PROJECT_URL = "https://github.com/m4ll0k/takeover"
|
||||||
|
|
||||||
# def __init__(self):
|
def __init__(self):
|
||||||
# super(SubDomainTakeOver, self).__init__(runnable = False)
|
super(SubDomainTakeOver, self).__init__(runnable = False)
|
||||||
|
|
||||||
def run(self):
|
|
||||||
domain = input("Enter domain (www.example.com) >> ")
|
|
||||||
os.chdir(takeover)
|
|
||||||
subprocess.run(["sudo", "python3", "takeover.py", "-d", domain, "-v"])
|
|
||||||
|
|
||||||
class Dirb(HackingTool):
|
class Dirb(HackingTool):
|
||||||
TITLE = "Dirb"
|
TITLE = "Dirb"
|
||||||
|
Loading…
Reference in New Issue
Block a user