From 6d3c1de1d99152861b55196481bcebd3982a7609 Mon Sep 17 00:00:00 2001 From: Greatest125 <66028078+Greatest125@users.noreply.github.com> Date: Wed, 16 Dec 2020 09:11:45 -0500 Subject: [PATCH] Update information_gathering_tools.py --- tools/information_gathering_tools.py | 1 + 1 file changed, 1 insertion(+) diff --git a/tools/information_gathering_tools.py b/tools/information_gathering_tools.py index 7d424c7..eb09ae3 100644 --- a/tools/information_gathering_tools.py +++ b/tools/information_gathering_tools.py @@ -30,6 +30,7 @@ class Dracnmap(HackingTool): "sudo git clone https://github.com/Screetsec/Dracnmap.git", "cd Dracnmap && chmod +x Dracnmap.sh" ] + RUN_COMMANDS = ["sudo ./Dracnmap.sh"] PROJECT_URL = "https://github.com/Screetsec/Dracnmap" def __init__(self):