Skip to content

Commit ff8d481

Browse files
committed
Update description to remove comments about defaults. Default to 2013
1 parent 2c028ca commit ff8d481

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

modules/auxiliary/scanner/http/owa_login.rb

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -18,8 +18,7 @@ def initialize
1818
super(
1919
'Name' => 'Outlook Web App (OWA) Brute Force Utility',
2020
'Description' => %q{
21-
This module tests credentials on OWA 2003, 2007, 2010, 2013 servers. The default
22-
action is set to OWA 2010.
21+
This module tests credentials on OWA 2003, 2007, 2010, and 2013 servers.
2322
},
2423
'Author' =>
2524
[
@@ -70,7 +69,7 @@ def initialize
7069
}
7170
]
7271
],
73-
'DefaultAction' => 'OWA_2010',
72+
'DefaultAction' => 'OWA_2013',
7473
'DefaultOptions' => {
7574
'SSL' => true
7675
}

0 commit comments

Comments
 (0)