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,
|
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
|
||||||
|
|
||||||
#
|
#
|
||||||
|
|
Loading…
Reference in New Issue