PHP Class Model\Payload

Inheritance: extends model\Mth3l3m3nt
Afficher le fichier Open project: alienwithin/OWASP-mth3l3m3nt-framework Class Usage Examples

Protected Properties

Свойство Type Description
$db
$fieldConf
$table

Méthodes publiques

Méthode 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 méthode

Returns total count of Payloads in DB
public static countAll ( ) : mixed
Résultat mixed

countLFI() public static méthode

Returns Count of All LFI Payloads
public static countLFI ( ) : mixed
Résultat mixed

countMisc() public static méthode

Returns Count of All Miscellaneous Payloads
public static countMisc ( ) : mixed
Résultat mixed

countSQLi() public static méthode

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

countXSS() public static méthode

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

Property Details

$db protected_oe property

protected $db

$fieldConf protected_oe property

protected $fieldConf

$table protected_oe property

protected $table