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
7 lines
90 B
Bash
7 lines
90 B
Bash
#!/bin/sh
|
|
#
|
|
# $FreeBSD$
|
|
#
|
|
|
|
cd %%PATH%%
|
|
exec %%JAVA_CMD%% -jar -Xmx256m %%DIRBUSTER%% "$@"
|