Clean up perms and whitespace for owa_login
parent
ba03890004
commit
c37dbd104a
|
@ -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 = {
|
||||||
|
|
Loading…
Reference in New Issue