ctf-tools/dirsearch/install

8 lines
129 B
Text
Raw Normal View History

#!/bin/bash
mkdir bin
git clone --depth 1 https://github.com/maurosoria/dirsearch.git
cd bin
ln -s ../dirsearch/dirsearch.py .