Codebase list phpggc / 9a88393 lib / PHPGGC / GadgetChain / RCE.php
9a88393

Tree @9a88393 (Download .tar.gz)

RCE.php @9a88393raw · history · blame

<?php

namespace PHPGGC\GadgetChain;

abstract class RCE extends \PHPGGC\GadgetChain
{
    public static $type = self::TYPE_RCE;
    # TBD by subclasses
    public static $parameters = [];
}