fix author field
git-svn-id: file:///home/svn/framework3/trunk@6512 4d416f70-5f16-0410-b530-b9f4589650daunstable
parent
c08bc4f10b
commit
533cae760d
|
@ -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
|
||||
|
||||
#
|
||||
|
|
Loading…
Reference in New Issue