From 8f226ae8dc4c38ce99fbaeccc7c70ceec4832740 Mon Sep 17 00:00:00 2001 From: Will Pennell Date: Sun, 13 Apr 2014 21:06:45 -0400 Subject: [PATCH] Adding blindelephant (cherry picked from commit 911b65dadd1823eb8ce2168c091d7d605625e80d) --- tools/blindelephant.md | 38 ++++++++++++++++++++++++++++++++++++++ 1 file changed, 38 insertions(+) create mode 100644 tools/blindelephant.md diff --git a/tools/blindelephant.md b/tools/blindelephant.md new file mode 100644 index 0000000..4fd479a --- /dev/null +++ b/tools/blindelephant.md @@ -0,0 +1,38 @@ +# blindelephant + +Notes +------- + +Help Text +------- +``` +Usage: BlindElephant.py [options] url appName + +Options: + -h, --help show this help message and exit + -p PLUGINNAME, --pluginName=PLUGINNAME + Fingerprint version of plugin (should apply to web app + given in appname) + -s, --skip Skip fingerprinting webpp, just fingerprint plugin + -n NUMPROBES, --numProbes=NUMPROBES + Number of files to fetch (more may increase accuracy). + Default: 15 + -w, --winnow If more than one version are returned, use winnowing + to attempt to narrow it down (up to numProbes + additional requests). + -l, --list List supported webapps and plugins + -u, --updateDB Pull latest DB files from + blindelephant.sourceforge.net repo (Equivalent to svn + update on blindelephant/dbs/). May require root if + blindelephant was installed with root. + +Use "guess" as app or plugin name to attempt to attempt to +discover which supported apps/plugins are installed. +``` + +Example Usage +------- + +Links +------- +