diff options
author | Niels Heinen <niels@FreeBSD.org> | 2010-03-09 21:52:06 +0000 |
---|---|---|
committer | Niels Heinen <niels@FreeBSD.org> | 2010-03-09 21:52:06 +0000 |
commit | c5684cbb743882f13cf349211b51e6154c8dd37e (patch) | |
tree | a72625dacc7d256623e992d31d371c1d388e45e0 /security/Makefile | |
parent | b434c5de9468a27e4c53850d971d1f903d3248cc (diff) | |
download | ports-c5684cbb743882f13cf349211b51e6154c8dd37e.tar.gz ports-c5684cbb743882f13cf349211b51e6154c8dd37e.zip |
OWASP DirBuster is a multi threaded java application designed to
brute force directories and files names on web/application servers.
Approved by: itetcu (mentor)
Feature safe: yes
WWW: http://www.owasp.org/index.php/Category:OWASP_DirBuster_Project
Notes
Notes:
svn path=/head/; revision=250782
Diffstat (limited to 'security/Makefile')
-rw-r--r-- | security/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/security/Makefile b/security/Makefile index 361eb83e0510..1b9c653463e8 100644 --- a/security/Makefile +++ b/security/Makefile @@ -101,6 +101,7 @@ SUBDIR += destroy SUBDIR += didentd SUBDIR += digest + SUBDIR += dirbuster SUBDIR += dirmngr SUBDIR += dissembler SUBDIR += distcache |