1
0
mirror of https://github.com/Z4nzu/hackingtool.git synced 2025-06-20 06:15:54 +02:00

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

View File

@ -76,7 +76,7 @@ class SubDomainTakeOver(HackingTool):
"git clone https://github.com/edoardottt/takeover.git", "git clone https://github.com/edoardottt/takeover.git",
"cd takeover;sudo python3 setup.py install" "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): def __init__(self):
super(SubDomainTakeOver, self).__init__(runnable = False) super(SubDomainTakeOver, self).__init__(runnable = False)