don't bother escaping a tick

git-svn-id: file:///home/svn/framework3/trunk@13887 4d416f70-5f16-0410-b530-b9f4589650da
unstable
James Lee 2011-10-12 01:45:10 +00:00
parent 53b807abee
commit 6578874439
1 changed files with 1 additions and 1 deletions

View File

@ -21,7 +21,7 @@ class Metasploit3 < Msf::Exploit::Remote
super(update_info(info,
'Name' => 'BEA WebLogic JSESSIONID Cookie Value Overflow',
'Description' => %q{
This module exploits a buffer overflow in BEA\'s WebLogic plugin. The vulnerable
This module exploits a buffer overflow in BEA's WebLogic plugin. The vulnerable
code is only accessible when clustering is configured. A request containing a
long JSESSION cookie value can lead to arbirtary code execution.
},