git-svn-id: file:///home/svn/framework3/trunk@13991 4d416f70-5f16-0410-b530-b9f4589650da
unstable
HD Moore 2011-10-18 09:56:33 +00:00
parent f2469fc23f
commit 5916a4afe3
1 changed files with 1 additions and 1 deletions

View File

@ -18,7 +18,7 @@ class Metasploit3 < Msf::Exploit::Remote
def initialize(info = {})
super(update_info(info,
'Name' => 'Generic PHP Code eval',
'Name' => 'Generic PHP Code Evaluation',
'Description' => %q{
Exploits things like <?php eval($_REQUEST['evalme']); ?>
It is likely that HTTP evasion options will break this exploit.