freebsd-ports/security/blindelephant/files/blindelephant.sh.in
Niels Heinen 08ae07d604 New port: The BlindElephant Web Application Fingerprinter attempts
to discover the version of a (known) web application by comparing
static files at known locations against precomputed hashes for
versions of those files in all available releases. The technique
is fast, low-bandwidth, non-invasive, generic, and highly automatable.

WWW: http://blindelephant.sourceforge.net/

Approved by:	itetcu (mentor)
2010-08-21 09:27:45 +00:00

6 lines
87 B
Bash

#!/bin/sh
# $FreeBSD$
cd %%PATH%%
exec %%PYTHON_CMD%% %%PATH%%/BlindElephant.py "$@"