Don't like ads? PRO users don't see any ads ;-)
Guest

dirbuster-1.0-RC1

By: a guest on Aug 28th, 2010  |  syntax: None  |  size: 0.82 KB  |  hits: 147  |  expires: Never
download  |  raw  |  embed  |  report abuse  |  print
Text below is selected. Please press Ctrl+C to copy to your clipboard. (⌘+C on Mac)
  1. pkgname=dirbuster
  2. pkgver=1.0_RC1
  3. pkgrel=1
  4. pkgdesc="DirBuster is an application designed to brute force directories and files names on web/application servers"
  5. url="http://www.owasp.org/index.php/Category:OWASP_DirBuster_Project"
  6. license="LGPL"
  7. arch=(i686 x86_64)
  8. depends=('jre')
  9. source=(http://downloads.sourceforge.net/dirbuster/DirBuster-${pkgver//_/-}.tar.bz2)
  10. md5sums=('1e53740d6761fa2305dc13986145c43a')
  11. sha1sums=('aa0807e42ee9794c31398e77cb473d00eaa33f56')
  12. build() {
  13.                 install -d ${pkgdir}/usr/bin || return 1
  14.                 install -d ${pkgdir}/usr/share/${pkgname} || return 1
  15.                 cd ${startdir}/src/DirBuster-${pkgver//_/-}/
  16.                 cp -R * ${pkgdir}/usr/share/${pkgname}/ || return 1
  17.                 cp ${startdir}/${pkgname} ${pkgdir}/usr/bin/${pkgname} || return 1
  18. }