Remove .git from project url

This commit is contained in:
GMDSantana 2024-11-21 10:00:50 +08:00 committed by GitHub
parent 1509c0ca70
commit 87273dd103
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

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