Skip to content

Commit fd56719

Browse files
committed
Fix punctuation and missing comma
1 parent 5f0736f commit fd56719

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

modules/exploits/windows/antivirus/symantec_workspace_streaming_exec.rb

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -23,8 +23,8 @@ def initialize(info = {})
2323
This module abuses the auto deploy feature in the JBoss as_ste.exe instance in order
2424
to achieve remote code execution. This module has been tested successfully on Symantec
2525
Workspace Streaming 6.1 SP8 and Windows 2003 SP2, and reported to affect 7.5.0.x.
26-
Abused services listen on a single machine deployment, and also in the backend role in
27-
a multiple machine deployment.
26+
Abused services listen on a single-machine deployment and also in the backend role in
27+
a multiple-machine deployment.
2828
},
2929
'Author' =>
3030
[
@@ -36,7 +36,7 @@ def initialize(info = {})
3636
[
3737
['CVE', '2014-1649'],
3838
['BID', '67189'],
39-
['OSVDB', '106923']
39+
['OSVDB', '106923'],
4040
['ZDI', '14-127'],
4141
['URL', 'http://www.symantec.com/security_response/securityupdates/detail.jsp?fid=security_advisory&pvid=security_advisory&year=&suid=20140512_00']
4242
],

0 commit comments

Comments
 (0)