From 6aa62ce20cb5ff536fdcaa9757793d50113074a4 Mon Sep 17 00:00:00 2001 From: ethicalhack3r Date: Tue, 25 Jun 2013 16:46:31 +0200 Subject: [PATCH] Typo in usage info. See Issue #233 --- lib/wpscan/wpscan_helper.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/wpscan/wpscan_helper.rb b/lib/wpscan/wpscan_helper.rb index 35f45174..68d5ed4d 100644 --- a/lib/wpscan/wpscan_helper.rb +++ b/lib/wpscan/wpscan_helper.rb @@ -77,7 +77,7 @@ def help puts ' t themes' puts ' vt only vulnerable themes' puts ' at all themes (can take a long time)' - puts ' Multiple values are allowed : "-e t,p" will enumerate timthumbs and plugins' + puts ' Multiple values are allowed : "-e tt,p" will enumerate timthumbs and plugins' puts ' If no option is supplied, the default is "vt,tt,u,vp"' puts puts '--exclude-content-based "" Used with the enumeration option, will exclude all occurrences based on the regexp or string supplied'