Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 87273dd

Browse files
authored
Remove .git from project url
1 parent 1509c0c commit 87273dd

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

tools/webattack.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -76,7 +76,7 @@ class SubDomainTakeOver(HackingTool):
7676
"git clone https://github.com/edoardottt/takeover.git",
7777
"cd takeover;sudo python3 setup.py install"
7878
]
79-
PROJECT_URL = "https://github.com/edoardottt/takeover.git"
79+
PROJECT_URL = "https://github.com/edoardottt/takeover"
8080

8181
def __init__(self):
8282
super(SubDomainTakeOver, self).__init__(runnable = False)

0 commit comments

Comments
 (0)