removed subdomainTakeover run instructions

they don't work :)
This commit is contained in:
Greatest125 2020-12-27 19:32:12 +00:00 committed by GitHub
parent c4acbeb17a
commit f988dff397
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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"