From 67593d6ef4a3ad8a67ab51acf2c4a91c02b7de4e Mon Sep 17 00:00:00 2001 From: sinn3r Date: Wed, 19 Jun 2013 02:34:49 -0500 Subject: [PATCH] Eh, PHP, not "php" --- modules/exploits/unix/webapp/havalite_upload_exec.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/exploits/unix/webapp/havalite_upload_exec.rb b/modules/exploits/unix/webapp/havalite_upload_exec.rb index a5fd672dd3..e50d674027 100644 --- a/modules/exploits/unix/webapp/havalite_upload_exec.rb +++ b/modules/exploits/unix/webapp/havalite_upload_exec.rb @@ -19,7 +19,7 @@ class Metasploit3 < Msf::Exploit::Remote 'Description' => %q{ This module exploits a file upload vulnerability found in Havalite CMS 1.1.7, and possibly prior. Attackers can abuse the upload feature in order to upload a - malicious php file without authentication, which results in arbitary remote code + malicious PHP file without authentication, which results in arbitary remote code execution. }, 'License' => MSF_LICENSE,