From 91db6773a08f96b9dba7977987cac7f705117d81 Mon Sep 17 00:00:00 2001 From: erwanlr Date: Tue, 9 Jul 2019 14:37:30 +0100 Subject: [PATCH] Reduces --themes-threshold --- app/controllers/enumeration/cli_options.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/controllers/enumeration/cli_options.rb b/app/controllers/enumeration/cli_options.rb index a0ff5e5a..9ab5b053 100644 --- a/app/controllers/enumeration/cli_options.rb +++ b/app/controllers/enumeration/cli_options.rb @@ -98,7 +98,7 @@ module WPScan OptInteger.new( ['--themes-threshold THRESHOLD', 'Raise an error when the number of detected themes via known locations reaches the threshold. ' \ - 'Set to 0 to ignore the threshold.'], default: 50 + 'Set to 0 to ignore the threshold.'], default: 20 ) ] end