Search Criteria
Package Details: dirbuster 1.0_RC1-10
Package Actions
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: | |
Submitter: | clamy |
Maintainer: | anthraxx |
Last Packager: | anthraxx |
Votes: | 19 |
Popularity: | 0.57 |
First Submitted: | 2008-10-17 15:09 |
Last Updated: | 2015-06-18 16:10 |
Dependencies (2)
- java-runtime (jdk5, tuxjdk, jre7-openjdk-infinality, java-8-openjdk-shenandoah, jre8-openjdk-infinality, java-gcj-compat, jdk9, jre9, jdk-devel, jre10, jdk8-arm64, jdk6, jdk12-openj9-bin, zulu-12-bin, jre6, jre12, jdk8-openjdk-dcevm, jdk11-graalvm-ee-bin, server-jre, jdk8-arm, jdk13-openj9-bin, jdk9-openj9-bin, jdk10, jdk11-openjdk-dcevm, jre8-openjdk-jetbrains, jre8-openjdk-shenandoah, jdk10-openj9-bin, jdk14-openj9-bin, sapmachine-jdk-bin, jdk7, jre7, jdk8-j9-bin, jre14, java-openjdk-bin, jre, jdk-openj9-bin, jdk-arm, jdk-adoptopenjdk, jdk11-adoptopenjdk, liberica-jdk-full-bin, jdk8-jetbrains, zulu-embedded-jdk8, amazon-corretto-11, liberica-jdk-8-full-bin, liberica-jdk-11-bin, liberica-jdk-11-full-bin, liberica-jdk-11-lite-bin, liberica-jre-11-bin, liberica-jre-11-full-bin, liberica-jre-8-full-bin, amazon-corretto-8, jdk8, jre11, jdk8-graalvm-bin, jdk11-graalvm-bin, zulu-embedded-jdk, jdk7r1-j9-bin, jdk7-j9-bin, zulu-15-bin, zulu-14-bin, zulu-13-bin, jre8, jre8-adoptopenjdk, zulu-embedded-jdk11, jdk-bcl, jre-bcl, jdk8-openj9-bin, jdk11-openj9-bin, zulu-11-bin, zulu-8-bin, amazon-corretto-15, jre-openj9, jre11-jetbrains-imfix, jdk-jetbrains, jre-jetbrains, java-openjdk-ea-bin, java-openjdk-loom-ea-bin, jre-openjdk, jre11-openjdk, jre7-openjdk, jre8-openjdk)
- sh (bash-devel-git, dashbinsh, bash-devel-static-git, bash)
Latest Comments
Shibumi commented on 2014-11-09 21:11
ahhh thx for the package! ;)
Anonymous comment on 2014-07-20 07:24
Now maintaining.
Anonymous comment on 2014-07-20 07:07
Now maintaining and updating.
Anonymous comment on 2014-07-19 06:42
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
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
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
Is it possible to get this to work with openjdk?
fnord0 commented on 2010-08-28 19:32
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
UPDATED: dirbuster v1.0-RC1 available @ http://sourceforge.net/projects/dirbuster/files/
UPDATED: dirbuster v1.0-RC1 PKGBUILD available @ http://aur.pastebin.com/iRgUtaVN