freebsd-ports/security/jbrofuzz/files/jbrofuzz.sh.in
Niels Heinen 44cef5647c JBroFuzz is a web application fuzzer for requests being made over
HTTP or HTTPS. Its purpose is to provide a single, portable application
that offers stable web protocol fuzzing capabilities.

WWW: http://www.owasp.org/index.php/Category:OWASP_JBroFuzz

Approved by:	itetcu (mentor)
2010-04-20 21:12:59 +00:00

6 lines
111 B
Bash

#!/bin/sh
#
# $FreeBSD$
#
exec %%JAVA_CMD%% -jar -Xmx256m %%JAVASHAREDIR%%/%%JBROFUZZ%%/%%JBROFUZZ%%.jar "$@"