Skip to content
Snippets Groups Projects
Unverified Commit 87273dd1 authored by GMDSantana's avatar GMDSantana Committed by GitHub
Browse files

Remove .git from project url

parent 1509c0ca
Branches
No related tags found
No related merge requests found
......@@ -76,7 +76,7 @@ class SubDomainTakeOver(HackingTool):
"git clone https://github.com/edoardottt/takeover.git",
"cd takeover;sudo python3 setup.py install"
]
PROJECT_URL = "https://github.com/edoardottt/takeover.git"
PROJECT_URL = "https://github.com/edoardottt/takeover"
def __init__(self):
super(SubDomainTakeOver, self).__init__(runnable = False)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment