PHP 클래스 Model\Payload

상속: extends model\Mth3l3m3nt
파일 보기 프로젝트 열기: alienwithin/OWASP-mth3l3m3nt-framework 1 사용 예제들

보호된 프로퍼티들

프로퍼티 타입 설명
$db
$fieldConf
$table

공개 메소드들

메소드 설명
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

메소드 상세

countAll() 공개 정적인 메소드

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

countLFI() 공개 정적인 메소드

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

countMisc() 공개 정적인 메소드

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

countSQLi() 공개 정적인 메소드

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

countXSS() 공개 정적인 메소드

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

프로퍼티 상세

$db 보호되어 있는 프로퍼티

protected $db

$fieldConf 보호되어 있는 프로퍼티

protected $fieldConf

$table 보호되어 있는 프로퍼티

protected $table