Fixes #1399
This commit is contained in:
@@ -69,7 +69,7 @@ module WPScan
|
|||||||
OptInteger.new(
|
OptInteger.new(
|
||||||
['--plugins-threshold THRESHOLD',
|
['--plugins-threshold THRESHOLD',
|
||||||
'Raise an error when the number of detected plugins via known locations reaches the threshold. ' \
|
'Raise an error when the number of detected plugins via known locations reaches the threshold. ' \
|
||||||
'Set to 0 to ignore the threshold.'], default: 100
|
'Set to 0 to ignore the threshold.'], default: 100, advanced: true
|
||||||
)
|
)
|
||||||
]
|
]
|
||||||
end
|
end
|
||||||
@@ -98,7 +98,7 @@ module WPScan
|
|||||||
OptInteger.new(
|
OptInteger.new(
|
||||||
['--themes-threshold THRESHOLD',
|
['--themes-threshold THRESHOLD',
|
||||||
'Raise an error when the number of detected themes via known locations reaches the threshold. ' \
|
'Raise an error when the number of detected themes via known locations reaches the threshold. ' \
|
||||||
'Set to 0 to ignore the threshold.'], default: 20
|
'Set to 0 to ignore the threshold.'], default: 20, advanced: true
|
||||||
)
|
)
|
||||||
]
|
]
|
||||||
end
|
end
|
||||||
|
|||||||
Reference in New Issue
Block a user