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

updated and enabled dracnmap run instructions

This commit is contained in:
Greatest125
2020-12-26 10:45:32 -05:00
committed by GitHub
parent 2bce668f0e
commit 98ea0036e1

View File

@ -30,11 +30,11 @@ 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-v2.2-dracOs.sh dracnmap-v2.2.sh" "cd Dracnmap && chmod +x dracnmap-v2.2-dracOs.sh dracnmap-v2.2.sh"
] ]
RUN_COMMANDS = ["sudo ./dracnmap-v2.2.sh"] RUN_COMMANDS = ["cd Dracnmap;sudo ./dracnmap-v2.2.sh"]
PROJECT_URL = "https://github.com/Screetsec/Dracnmap" PROJECT_URL = "https://github.com/Screetsec/Dracnmap"
def __init__(self): # def __init__(self):
super(Dracnmap, self).__init__(runnable = False) # super(Dracnmap, self).__init__(runnable = False)
class PortScan(HackingTool): class PortScan(HackingTool):