Package Details: dirbuster 1.0_RC1-10

Git Clone URL: https://aur.archlinux.org/dirbuster.git (read-only, click to copy)
Package Base: dirbuster
Description: An application designed to brute force directories and files names on web/application servers
Upstream URL: http://www.owasp.org/index.php/Category:OWASP_DirBuster_Project
Licenses: LGPL
Submitter: clamy
Maintainer: anthraxx
Last Packager: anthraxx
Votes: 22
Popularity: 0.000802
First Submitted: 2008-10-17 15:09 (UTC)
Last Updated: 2015-06-18 16:10 (UTC)

Dependencies (2)

Required by (0)

Sources (1)

Latest Comments

Shibumi commented on 2014-11-09 21:11 (UTC)

ahhh thx for the package! ;)

<deleted-account> commented on 2014-07-20 07:24 (UTC)

Now maintaining.

<deleted-account> commented on 2014-07-20 07:07 (UTC)

Now maintaining and updating.

<deleted-account> commented on 2014-07-19 06:42 (UTC)

PLEASE FIX OR DISOWN THIS PACKAGE! ITS NEARING SIX YEARS OUT OF DATE! SIX YEARS! pkgname='dirbuster' pkgver='1.0_RC1' pkgrel=9 pkgdesc="An application designed to brute force directories and files names on web/application servers" url='http://www.owasp.org/index.php/Category:OWASP_DirBuster_Project' license=('LGPL') arch=('any') depends=('java-environment') source=("http://downloads.sourceforge.net/dirbuster/DirBuster-${pkgver/_/-}.tar.bz2") sha1sums=('aa0807e42ee9794c31398e77cb473d00eaa33f56') package() { cd "$srcdir" mkdir -p "$pkgdir/usr/share/dirbuster" mkdir -p "$pkgdir/usr/bin" cp --no-preserve=ownership -a DirBuster-${pkgver/_/-}/* \ "$pkgdir/usr/share/dirbuster" cat > "$pkgdir/usr/bin/dirbuster" <<EOF #!/bin/sh exec java -jar /usr/share/dirbuster/DirBuster-${pkgver/_/-}.jar "\$@" EOF chmod +x "$pkgdir/usr/bin/dirbuster" }

paraxor commented on 2013-10-01 23:06 (UTC)

Please fix or disown this package. I made fixed version[1] of this PKGBUILD file for a project called BlackArch[2]. Feel free to use it here. [1] https://github.com/BlackArch/blackarch/blob/master/packages/dirbuster/PKGBUILD [2] http://www.blackarch.org/

Chiggins commented on 2013-10-01 15:29 (UTC)

Whenever I try to install this with something like pacaur or just even straight makepkg, it doesn't end up installing the software files anywhere. Need a package() method? Also, not sure if it's because I'm using bspwm window manager, but whenever I run dirbuster, it just opens up a gray window that does nothing, and have to kill the process in order for the window to close. Something to look into?

paraxor commented on 2013-05-12 16:08 (UTC)

Is it possible to get this to work with openjdk?

fnord0 commented on 2010-08-28 19:32 (UTC)

I'd flagged this out-of-date, even tho v1.0-RC1 is out I see that running v0.12 does not detect a new version is out. I am going to assume the RC1 to not be considered "stable", and so recalling the "out-of-date" flag. carry on, if anyone wants v1.0-RC1, the post prior has details.

fnord0 commented on 2010-08-28 18:08 (UTC)

UPDATED: dirbuster v1.0-RC1 available @ http://sourceforge.net/projects/dirbuster/files/ UPDATED: dirbuster v1.0-RC1 PKGBUILD available @ http://aur.pastebin.com/iRgUtaVN