From e94ca0bdd16f79561bee7f881ae296abfbf9a6a8 Mon Sep 17 00:00:00 2001 From: Roberto Soares Date: Mon, 13 Apr 2015 18:42:17 -0300 Subject: [PATCH] Add EDB, OSVDB and author. --- .../unix/webapp/wp_creativecontactform_file_upload.rb | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/modules/exploits/unix/webapp/wp_creativecontactform_file_upload.rb b/modules/exploits/unix/webapp/wp_creativecontactform_file_upload.rb index b2a59176f3..f87c431241 100644 --- a/modules/exploits/unix/webapp/wp_creativecontactform_file_upload.rb +++ b/modules/exploits/unix/webapp/wp_creativecontactform_file_upload.rb @@ -20,13 +20,14 @@ class Metasploit3 < Msf::Exploit::Remote }, 'Author' => [ - 'TO DO', # Vulnerability discovery + 'Gianni Angelozzi', # Vulnerability discovery 'Roberto Soares Espreto ' # Metasploit module ], 'License' => MSF_LICENSE, 'References' => [ - ['URL', 'http://domain.com'] + ['EDB', '35057'], + ['OSVDB', '113669'] ], 'Privileged' => false, 'Platform' => 'php',