From b4528c27bb8c6dbf22a656f7f49d9590d446aa57 Mon Sep 17 00:00:00 2001 From: Yan Date: Mon, 10 Oct 2016 02:24:58 -0700 Subject: [PATCH] fix the glob (doesn't expand properly in docker sometimes) --- dirb/install | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dirb/install b/dirb/install index 7b8409b..c497c47 100755 --- a/dirb/install +++ b/dirb/install @@ -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