Created
September 2, 2019 12:01
-
-
Save gmolveau/c6c1398b3351a99509c75d2d7bcaacc7 to your computer and use it in GitHub Desktop.
mac osx dirb install
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 ~/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 |
Author
How did you manage to get it working? It's producing this output for me
Updating Homebrew...
==> Tapping sidaf/pentest
Cloning into '/usr/local/Homebrew/Library/Taps/sidaf/homebrew-pentest'...
remote: Enumerating objects: 956, done.
remote: Total 956 (delta 0), reused 0 (delta 0), pack-reused 956
Receiving objects: 100% (956/956), 191.70 KiB | 93.00 KiB/s, done.
Resolving deltas: 100% (651/651), done.
Error: Invalid formula: /usr/local/Homebrew/Library/Taps/sidaf/homebrew-pentest/ysoserial.rb
ysoserial: Unsupported special dependency :java
Error: Invalid formula: /usr/local/Homebrew/Library/Taps/sidaf/homebrew-pentest/armitage.rb
armitage: Unsupported special dependency :java
Error: Invalid formula: /usr/local/Homebrew/Library/Taps/sidaf/homebrew-pentest/clusterd.rb
clusterd: Unsupported special dependency :java
Error: Cannot tap sidaf/pentest: invalid syntax in tap!
Author
I dont know if it works or not, I just found this repo. That's why I created this gist, as an alternative to brew.
It worked for me
Thanks friend.
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"
it worked like this for me:
git clone https://github.com/v0re/dirb.git
brew install autoconf automake libtool pkg-config openssl
./configure --prefix=/usr/local
make
sudo make install
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
To my knowledge,
dirbis not available OOTB viabrew.You may try
brew install sidaf/pentest/dirb(cf. https://github.com/sidaf/homebrew-pentest)