Skip to content

Instantly share code, notes, and snippets.

@richardsonlima
Forked from gmolveau/install_dirb.sh
Created August 12, 2020 00:46
Show Gist options
  • Save richardsonlima/d7dab4a34c96dd6f4e6d623ed9a1fcee to your computer and use it in GitHub Desktop.
Save richardsonlima/d7dab4a34c96dd6f4e6d623ed9a1fcee to your computer and use it in GitHub Desktop.
mac osx dirb install
cd ~/Applications
wget https://downloads.sourceforge.net/project/dirb/dirb/2.22/dirb222.tar.gz
tar -xvf dirb222.tar.gz
rm dirb222.tar.gz
brew install autoconf
chmod -R 755 dirb222
cd dirb222
./configure
make
make install
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment