PHP Class Model\Payload

Inheritance: extends model\Mth3l3m3nt
Datei anzeigen Open project: alienwithin/OWASP-mth3l3m3nt-framework Class Usage Examples

Protected Properties

Property Type Description
$db
$fieldConf
$table

Public Methods

Method Description
countAll ( ) : mixed Returns total count of Payloads in DB
countLFI ( ) : mixed Returns Count of All LFI Payloads
countMisc ( ) : mixed Returns Count of All Miscellaneous Payloads
countSQLi ( ) : mixed Returns count of all Payloads that are SQL Injection
countXSS ( ) : mixed Returns count of all Payloads that are XSS Related

Method Details

countAll() public static method

Returns total count of Payloads in DB
public static countAll ( ) : mixed
return mixed

countLFI() public static method

Returns Count of All LFI Payloads
public static countLFI ( ) : mixed
return mixed

countMisc() public static method

Returns Count of All Miscellaneous Payloads
public static countMisc ( ) : mixed
return mixed

countSQLi() public static method

Returns count of all Payloads that are SQL Injection
public static countSQLi ( ) : mixed
return mixed

countXSS() public static method

Returns count of all Payloads that are XSS Related
public static countXSS ( ) : mixed
return mixed

Property Details

$db protected_oe property

protected $db

$fieldConf protected_oe property

protected $fieldConf

$table protected_oe property

protected $table