We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 40c237f commit f4e512eCopy full SHA for f4e512e
modules/auxiliary/scanner/http/hp_sys_mgmt_login.rb
@@ -36,7 +36,7 @@ def initialize(info={})
36
register_advanced_options([
37
OptString.new('LOGIN_URL', [true, 'The URL that handles the login process', '/proxy/ssllogin']),
38
OptString.new('CPQLOGIN', [true, 'The homepage of the login', '/cpqlogin.htm']),
39
- OptString.new('LOGIN_REDIRECT', true, 'The URL to redirect to', '/cpqlogin')
+ OptString.new('LOGIN_REDIRECT', [true, 'The URL to redirect to', '/cpqlogin'])
40
41
], self.class)
42
end
0 commit comments