From 87273dd10309327938e8155c9815bbd00eab3209 Mon Sep 17 00:00:00 2001 From: GMDSantana <6341823+GMDSantana@users.noreply.github.com> Date: Thu, 21 Nov 2024 10:00:50 +0800 Subject: [PATCH] Remove .git from project url --- tools/webattack.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tools/webattack.py b/tools/webattack.py index 9f5d035..dfb4f27 100644 --- a/tools/webattack.py +++ b/tools/webattack.py @@ -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)