ctf-tools/dirb/install

13 lines
210 B
Text
Raw Normal View History

2016-04-04 23:14:48 +00:00
#!/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