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 fb9a054 commit bcfbcb7Copy full SHA for bcfbcb7
modules/auxiliary/scanner/http/hp_sys_mgmt_login.rb
@@ -37,7 +37,6 @@ def initialize(info={})
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'])
40
-
41
], self.class)
42
end
43
0 commit comments