This commit is contained in:
nebirhos 2016-04-04 16:14:48 -07:00
parent a501a9f11e
commit 587946a252
2 changed files with 15 additions and 0 deletions

12
dirb/install Executable file
View file

@ -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

3
dirb/install-root Executable file
View file

@ -0,0 +1,3 @@
#!/bin/bash -e
apt-get -y install libcurl4-gnutls-dev