freebsd-ports/security/dirbuster/files/dirbuster.sh
Niels Heinen c5684cbb74 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
2010-03-09 21:52:06 +00:00

7 lines
90 B
Bash

#!/bin/sh
#
# $FreeBSD$
#
cd %%PATH%%
exec %%JAVA_CMD%% -jar -Xmx256m %%DIRBUSTER%% "$@"