08ae07d604
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)
6 lines
87 B
Bash
6 lines
87 B
Bash
#!/bin/sh
|
|
# $FreeBSD$
|
|
|
|
cd %%PATH%%
|
|
exec %%PYTHON_CMD%% %%PATH%%/BlindElephant.py "$@"
|
|
|