fix author field

git-svn-id: file:///home/svn/framework3/trunk@6512 4d416f70-5f16-0410-b530-b9f4589650da
unstable
James Lee 2009-04-30 06:12:27 +00:00
parent c08bc4f10b
commit 533cae760d
1 changed files with 4 additions and 4 deletions

View File

@ -25,8 +25,8 @@ module Metasploit3
super(merge_info(info, super(merge_info(info,
'Name' => 'PHP Execute Command ', 'Name' => 'PHP Execute Command ',
'Version' => '$Revision$', 'Version' => '$Revision$',
'Description' => 'Execute a single shell command', 'Description' => 'Execute a single system command',
'Author' => [ 'egypt <egypt@metasploit.com>' ], 'Author' => [ 'egypt' ],
'License' => BSD_LICENSE, 'License' => BSD_LICENSE,
'Platform' => 'php', 'Platform' => 'php',
'Arch' => ARCH_PHP 'Arch' => ARCH_PHP
@ -47,7 +47,7 @@ module Metasploit3
#{php_system_block({:cmd_varname=>"$c", :disabled_varname => dis})} #{php_system_block({:cmd_varname=>"$c", :disabled_varname => dis})}
END_OF_PHP_CODE END_OF_PHP_CODE
return shell return Rex::Text.compress(shell)
end end
# #