You've already forked hackingtool
mirror of
https://github.com/Z4nzu/hackingtool.git
synced 2025-06-20 06:15:54 +02:00
updated dirb install commands
This commit is contained in:
@ -89,7 +89,7 @@ class Dirb(HackingTool):
|
|||||||
"attack against \n a web server and analizing the response."
|
"attack against \n a web server and analizing the response."
|
||||||
INSTALL_COMMANDS = [
|
INSTALL_COMMANDS = [
|
||||||
"sudo git clone https://gitlab.com/kalilinux/packages/dirb.git",
|
"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"
|
PROJECT_URL = "https://gitlab.com/kalilinux/packages/dirb"
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user