mirror of
https://github.com/Z4nzu/hackingtool
synced 2026-05-23 17:08:25 +00:00
Remove .git from project url
This commit is contained in:
parent
1509c0ca70
commit
87273dd103
1 changed files with 1 additions and 1 deletions
|
|
@ -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)
|
||||
|
|
|
|||
Loading…
Reference in a new issue