Skip to content

Commit

Permalink
Remove .git from project url
Browse files Browse the repository at this point in the history
  • Loading branch information
GMDSantana authored Nov 21, 2024
1 parent 1509c0c commit 87273dd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tools/webattack.py
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down

0 comments on commit 87273dd

Please sign in to comment.