From 5d1929111f3d70cee9084f1b3b786b3151eca350 Mon Sep 17 00:00:00 2001 From: Greatest125 <66028078+Greatest125@users.noreply.github.com> Date: Sun, 27 Dec 2020 22:53:10 +0000 Subject: [PATCH] updated dirb install commands --- tools/webattack.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tools/webattack.py b/tools/webattack.py index 7f457d7..c8915d5 100644 --- a/tools/webattack.py +++ b/tools/webattack.py @@ -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"