Created
February 17, 2021 12:50
-
-
Save rudSarkar/81da3c1d62aa67d9f886e9d0bf5f668a to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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