Skip to content

Instantly share code, notes, and snippets.

@gmolveau
Created September 2, 2019 12:01
Show Gist options
  • Star 17 You must be signed in to star a gist
  • Fork 2 You must be signed in to fork a gist
  • Save gmolveau/c6c1398b3351a99509c75d2d7bcaacc7 to your computer and use it in GitHub Desktop.
Save gmolveau/c6c1398b3351a99509c75d2d7bcaacc7 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
@h3athen
Copy link

h3athen commented Feb 27, 2021

It worked for me

@attagata
Copy link

attagata commented Jun 2, 2021

Thanks friend.

@assaker
Copy link

assaker commented Nov 6, 2021

I installed it, but I can't seem to get it running.
Running dirb gives me this error "dyld[9637]: Library not loaded: @rpath/libssh2.1.dylib"

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment