This commit is contained in:
erwanlr
2021-04-26 17:48:25 +02:00
parent d0ce7cb5c5
commit 2b46ecb3c9
6 changed files with 11 additions and 36 deletions

View File

@@ -200,7 +200,7 @@ module WPScan
# If the --enumerate is used, the default value is handled by the Option
# However, when using --passwords alone, the default has to be set by the code below
def enum_users_range
ParsedCli.enumerate[:users] || cli_enum_choices[0].choices[:u].validate(nil)
ParsedCli.enumerate&.dig(:users) || cli_enum_choices[0].choices[:u].validate(nil)
end
end
end