Method | Description | |
---|---|---|
__construct ( ) | ||
cookie_based_lfi ( $method, $blankurl, $url, $payload ) | Handles Generating an LFI based on Cookies | |
delete ( controller\Base $f3, array $params ) | ||
getList ( controller\Base $f3, array $param ) | ||
getSearchResults ( $f3 ) | ||
getSingle ( controller\Base $f3, $params ) | ||
post ( controller\Base $f3, array $params ) | ||
uri_based_lfi ( $method, $blankurl, $url, $payload ) | Helps Generate a standard LFI using GET Requests | |
viewSingle ( controller\Base $f3, array $params ) |
public cookie_based_lfi ( $method, $blankurl, $url, $payload ) | ||
$method | ||
$blankurl | ||
$url | ||
$payload |
public uri_based_lfi ( $method, $blankurl, $url, $payload ) | ||
$blankurl | ||
$url | ||
$payload |
public viewSingle ( controller\Base $f3, array $params ) | ||
$f3 | controller\Base | |
$params | array |