mirror of
https://github.com/Z4nzu/hackingtool
synced 2026-05-23 08:58:22 +00:00
updated dirb install commands
This commit is contained in:
parent
f988dff397
commit
5d1929111f
1 changed files with 1 additions and 1 deletions
|
|
@ -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"
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue