Skip to content

Instantly share code, notes, and snippets.

@rudSarkar
Created February 17, 2021 12:50
Show Gist options
  • Save rudSarkar/81da3c1d62aa67d9f886e9d0bf5f668a to your computer and use it in GitHub Desktop.
Save rudSarkar/81da3c1d62aa67d9f886e9d0bf5f668a to your computer and use it in GitHub Desktop.
cd ~/Downloads
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