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

Update information_gathering_tools.py

This commit is contained in:
Greatest125
2020-12-16 09:11:45 -05:00
committed by GitHub
parent 93dde63ef5
commit 6d3c1de1d9

View File

@ -30,6 +30,7 @@ class Dracnmap(HackingTool):
"sudo git clone https://github.com/Screetsec/Dracnmap.git", "sudo git clone https://github.com/Screetsec/Dracnmap.git",
"cd Dracnmap && chmod +x Dracnmap.sh" "cd Dracnmap && chmod +x Dracnmap.sh"
] ]
RUN_COMMANDS = ["sudo ./Dracnmap.sh"]
PROJECT_URL = "https://github.com/Screetsec/Dracnmap" PROJECT_URL = "https://github.com/Screetsec/Dracnmap"
def __init__(self): def __init__(self):