Unverified Commit 5d192911 authored by Greatest125's avatar Greatest125 Committed by GitHub
Browse files

updated dirb install commands

parent f988dff3
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -89,7 +89,7 @@ class Dirb(HackingTool):
                  "attack against \n a web server and analizing the response."
    INSTALL_COMMANDS = [
        "sudo git clone https://gitlab.com/kalilinux/packages/dirb.git",
        "cd dirb;sudo ./configure;make"
        "cd dirb;sudo bash configure;make"
    ]
    PROJECT_URL = "https://gitlab.com/kalilinux/packages/dirb"