Skip to content

Commit e8913e5

Browse files
author
Tod Beardsley
committed
Addressed most of @wvu's issues with rapid7#5312
1 parent f423306 commit e8913e5

File tree

3 files changed

+5
-5
lines changed

3 files changed

+5
-5
lines changed

modules/auxiliary/dos/http/ms15_034_ulonglongadd.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ def initialize(info = {})
2121
execution. This module will try to cause a denial-of-service.
2222
2323
Please note that a valid file resource must be supplied for the TARGETURI option.
24-
By default, IIS, by default, provides these resources: welcome.png, and iis-85.png.
24+
By default, IIS, provides 'welcome.png' and 'iis-85.png' as resources.
2525
Others may also exist, depending on configuration options.
2626
},
2727
'Author' =>

modules/auxiliary/scanner/http/goahead_traversal.rb

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,8 +16,8 @@ def initialize(info = {})
1616
'Name' => 'Embedthis GoAhead Embedded Web Server Directory Traversal',
1717
'Description' => %q{
1818
This module exploits a directory traversal vulnerability in the Embedthis
19-
GoAhead Web Server v3.4.1, allowing to read arbitrary files with the web
20-
server privileges.
19+
GoAhead Web Server v3.4.1, allowing an attacker to read arbitrary files
20+
with the web server privileges.
2121
},
2222
'References' =>
2323
[

modules/auxiliary/scanner/http/owa_iis_internal_ip.rb

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,8 +14,8 @@ def initialize
1414
super(
1515
'Name' => 'Outlook Web App (OWA) / Client Access Server (CAS) IIS HTTP Internal IP Disclosure',
1616
'Description' => %q{
17-
This module tests vulnerable IIS HTTP header file paths on Microsoft Exchange OWA 2003,
18-
CAS 2007, 2010, 2013 servers.
17+
This module tests vulnerable IIS HTTP header file paths on Microsoft
18+
Exchange OWA 2003 and CAS 2007, 2010, and 2013 servers.
1919
},
2020
'Author' =>
2121
[

0 commit comments

Comments
 (0)