From aaf4673b0222af20efb1ac7a8cf2d60c1f5043cf Mon Sep 17 00:00:00 2001 From: Greatest125 <66028078+Greatest125@users.noreply.github.com> Date: Wed, 16 Dec 2020 09:54:32 -0500 Subject: [PATCH] Update information_gathering_tools.py --- tools/information_gathering_tools.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/tools/information_gathering_tools.py b/tools/information_gathering_tools.py index eb09ae3..269a229 100644 --- a/tools/information_gathering_tools.py +++ b/tools/information_gathering_tools.py @@ -28,9 +28,9 @@ class Dracnmap(HackingTool): "exploit the network and gathering information with nmap help." INSTALL_COMMANDS = [ "sudo git clone https://github.com/Screetsec/Dracnmap.git", - "cd Dracnmap && chmod +x Dracnmap.sh" + "cd Dracnmap && chmod +x dracnmap-v2.2-dracOs.sh dracnmap-v2.2.sh" ] - RUN_COMMANDS = ["sudo ./Dracnmap.sh"] + RUN_COMMANDS = ["sudo ./dracnmap-v2.2.sh"] PROJECT_URL = "https://github.com/Screetsec/Dracnmap" def __init__(self):