mirror of
https://github.com/zardus/ctf-tools
synced 2024-12-12 14:02:33 +00:00
fix the glob (doesn't expand properly in docker sometimes)
This commit is contained in:
parent
791a506e82
commit
b4528c27bb
1 changed files with 1 additions and 1 deletions
|
@ -5,7 +5,7 @@ wget -O dirb.tar.gz https://sourceforge.net/projects/dirb/files/latest/download
|
|||
tar -xf dirb.tar.gz
|
||||
|
||||
chmod -R a+X dirb222/
|
||||
cd dirb*
|
||||
cd dirb222
|
||||
chmod a+x configure
|
||||
./configure
|
||||
make
|
||||
|
|
Loading…
Reference in a new issue