diff --git a/dirb/install b/dirb/install new file mode 100755 index 0000000..7b8409b --- /dev/null +++ b/dirb/install @@ -0,0 +1,12 @@ +#!/bin/bash -e + +mkdir bin +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* +chmod a+x configure +./configure +make +cp dirb ../bin diff --git a/dirb/install-root b/dirb/install-root new file mode 100755 index 0000000..a86ca60 --- /dev/null +++ b/dirb/install-root @@ -0,0 +1,3 @@ +#!/bin/bash -e + +apt-get -y install libcurl4-gnutls-dev