PHP Class Controller\Larfi

Inheritance: extends controller\Resource
Datei anzeigen Open project: alienwithin/OWASP-mth3l3m3nt-framework

Public Methods

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 )

Method Details

__construct() public method

public __construct ( )

delete() public method

public delete ( controller\Base $f3, array $params )
$f3 controller\Base
$params array

getList() public method

public getList ( controller\Base $f3, array $param )
$f3 controller\Base
$param array

getSearchResults() public method

public getSearchResults ( $f3 )
$f3

getSingle() public method

public getSingle ( controller\Base $f3, $params )
$f3 controller\Base

post() public method

public post ( controller\Base $f3, array $params )
$f3 controller\Base
$params array

uri_based_lfi() public method

Helps Generate a standard LFI using GET Requests
public uri_based_lfi ( $method, $blankurl, $url, $payload )
$blankurl
$url
$payload

viewSingle() public method

public viewSingle ( controller\Base $f3, array $params )
$f3 controller\Base
$params array