mirror of
https://github.com/zardus/ctf-tools
synced 2024-11-10 08:24:12 +00:00
update path to dirb
This commit is contained in:
parent
15ac144747
commit
b62428a1b6
1 changed files with 1 additions and 1 deletions
|
@ -1,7 +1,7 @@
|
|||
#!/bin/bash -e
|
||||
|
||||
mkdir bin
|
||||
wget -O dirb.tar.gz https://sourceforge.net/projects/dirb/files/latest/download
|
||||
wget -O dirb.tar.gz http://downloads.sourceforge.net/project/dirb/dirb/2.22/dirb222.tar.gz
|
||||
tar -xf dirb.tar.gz
|
||||
|
||||
chmod -R a+X dirb222/
|
||||
|
|
Loading…
Reference in a new issue