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