Clean up perms and whitespace for owa_login

bug/bundler_fix
William Vu 2014-04-02 01:42:28 -05:00
parent ba03890004
commit c37dbd104a
No known key found for this signature in database
GPG Key ID: E761DCB4C1629024
1 changed files with 10 additions and 13 deletions

3
modules/auxiliary/scanner/http/owa_login.rb Executable file → Normal file
View File

@ -30,7 +30,6 @@ class Metasploit3 < Msf::Auxiliary
'Brandon Knight', 'Brandon Knight',
'Pete (Bokojan) Arzamendi, #Outlook 2013 updates' 'Pete (Bokojan) Arzamendi, #Outlook 2013 updates'
], ],
'License' => MSF_LICENSE, 'License' => MSF_LICENSE,
'Actions' => 'Actions' =>
[ [
@ -162,8 +161,6 @@ class Metasploit3 < Msf::Auxiliary
vhost = opts["vhost"] vhost = opts["vhost"]
domain = opts["domain"] domain = opts["domain"]
user = domain + '\\' + user if domain user = domain + '\\' + user if domain
headers = { headers = {