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):