Reduces --themes-threshold

This commit is contained in:
erwanlr
2019-07-09 14:37:30 +01:00
parent f50680b61f
commit 91db6773a0

View File

@@ -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