ctf-tools/dirb/install
2016-04-04 16:14:48 -07:00

12 lines
210 B
Bash
Executable file

#!/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