Skip to content

Commit a863005

Browse files
committed
Removed blanks at EOL
Fixed blanks at EOL per msftidy messages
1 parent 7e098e4 commit a863005

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

modules/auxiliary/scanner/http/owa_login.rb

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -115,9 +115,9 @@ def run
115115
auth_path = action.opts['AuthPath']
116116
inbox_path = action.opts['InboxPath']
117117
login_check = action.opts['InboxCheck']
118-
118+
119119
domain = nil
120-
120+
121121
if datastore['AD_DOMAIN'].nil? or datastore['AD_DOMAIN'] == ''
122122
if datastore['ENUM_DOMAIN']
123123
domain = get_ad_domain
@@ -143,10 +143,10 @@ def try_user_pass(opts)
143143
inbox_path = opts["inbox_path"]
144144
login_check = opts["login_check"]
145145
vhost = opts["vhost"]
146-
domain = opts["domain"]
147-
146+
domain = opts["domain"]
147+
148148
user = domain + '\\' + user if domain
149-
149+
150150
headers = {
151151
'Cookie' => 'PBack=0'
152152
}

0 commit comments

Comments
 (0)