Model\Payload::countLFI PHP Method

countLFI() public static method

Returns Count of All LFI Payloads
public static countLFI ( ) : mixed
return mixed
    public static function countLFI()
    {
        $payloads = new self();
        return $payloads->count(array('pType = ?', 'file inclusion'));
    }