Clean up whitespace

bug/bundler_fix
William Vu 2015-02-23 13:15:21 -06:00
parent fb9a054713
commit bcfbcb7eea
1 changed files with 0 additions and 1 deletions

View File

@ -37,7 +37,6 @@ class Metasploit3 < Msf::Auxiliary
OptString.new('LOGIN_URL', [true, 'The URL that handles the login process', '/proxy/ssllogin']), OptString.new('LOGIN_URL', [true, 'The URL that handles the login process', '/proxy/ssllogin']),
OptString.new('CPQLOGIN', [true, 'The homepage of the login', '/cpqlogin.htm']), OptString.new('CPQLOGIN', [true, 'The homepage of the login', '/cpqlogin.htm']),
OptString.new('LOGIN_REDIRECT', [true, 'The URL to redirect to', '/cpqlogin']) OptString.new('LOGIN_REDIRECT', [true, 'The URL to redirect to', '/cpqlogin'])
], self.class) ], self.class)
end end