Search Criteria
Package Details: dirb 2.22-1
Git Clone URL: | https://aur.archlinux.org/dirb.git (read-only) |
---|---|
Package Base: | dirb |
Description: | DIRB is a web content scanner, brute forceing for hidden files |
Upstream URL: | http://dirb.sourceforge.net/ |
Licenses: | |
Submitter: | onny |
Maintainer: | olivierlm |
Last Packager: | olivierlm |
Votes: | 10 |
Popularity: | 0.067522 |
First Submitted: | 2011-09-20 17:57 |
Last Updated: | 2015-06-21 16:15 |
Latest Comments
olivierlm commented on 2016-06-14 09:20
If you get an error with your AUR helper, try a simple "makepkg" instead.
onny commented on 2013-06-16 11:14
I'm unable to upgrade this package since newer versions of dirb on sourceforge doesn't seem to work. The file permissions inside the archive are broken.
fxbru commented on 2013-04-08 10:22
Thanks for this PKGBUILD.
I guess wordlists included in the original tarball should be installed too:
package() {
cd $startdir/src/dirb
make DESTDIR="$pkgdir" install || return 1
mkdir -p "$pkgdir/usr/share/$pkgname/"
cp -r "$srcdir/$pkgname/wordlists" "$pkgdir/usr/share/$pkgname/"
chmod -R 755 "$pkgdir/usr/share/$pkgname/wordlists"
}