From 11d759ca6c22746f156eb2c83c1e789ba3805204 Mon Sep 17 00:00:00 2001 From: erwanlr Date: Thu, 6 Dec 2012 16:53:25 -0600 Subject: [PATCH] Fix #24 --exclude-content-based option added --- index.html | 3 +++ 1 file changed, 3 insertions(+) diff --git a/index.html b/index.html index a036f2bb..1b948be3 100644 --- a/index.html +++ b/index.html @@ -177,6 +177,9 @@ Multiple values are allowed : '-e tt,p' will enumerate timthumbs and plugins If no option is supplied, the default is 'vt,tt,u,vp' +--exclude-content-based '<regexp or string>' Used with the enumeration option, will exclude all occurence based on the regexp or string supplied + You do not need to provide the regexp delimiters, but you must write the quotes (simple or double) + --config-file | -c <config file> Use the specified config file --follow-redirection If the target url has a redirection, it will be followed without asking if you wanted to do so or not