Resolve msftidy issues

bug/bundler_fix
rastating 2015-02-21 01:41:29 +00:00
parent 7d30b214ee
commit 76a64b31d7
1 changed files with 2 additions and 1 deletions

View File

@ -26,6 +26,7 @@ class Metasploit3 < Msf::Exploit::Remote
[
'Rob Carr <rob[at]rastating.com>' # Metasploit module
],
'DisclosureDate' => 'Feb 21 2015',
'Platform' => 'php',
'Arch' => ARCH_PHP,
'Targets' => [['WordPress', {}]],
@ -55,7 +56,7 @@ class Metasploit3 < Msf::Exploit::Remote
r = Random.new
plugin_script = %Q{<?php
/**
* Plugin Name: #{plugin_name}
* Plugin Name: #{plugin_name}
* Version: #{r.rand(1..20)}.#{r.rand(0..20)}.#{r.rand(0..20)}
* Author: #{Rex::Text.rand_text_alpha(10)}
* Author URI: http://#{Rex::Text.rand_text_alpha(10)}.com