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

Update Takeover and add Crivo

This commit is contained in:
GMDSantana
2024-11-19 14:04:31 +08:00
parent fbffd2ef27
commit 1509c0ca70
3 changed files with 25 additions and 4 deletions

View File

@ -73,10 +73,10 @@ class SubDomainTakeOver(HackingTool):
"that has been removed or deleted.\n" \
"Usage:python3 takeover.py -d www.domain.com -v"
INSTALL_COMMANDS = [
"git clone https://github.com/m4ll0k/takeover.git",
"git clone https://github.com/edoardottt/takeover.git",
"cd takeover;sudo python3 setup.py install"
]
PROJECT_URL = "https://github.com/m4ll0k/takeover"
PROJECT_URL = "https://github.com/edoardottt/takeover.git"
def __init__(self):
super(SubDomainTakeOver, self).__init__(runnable = False)