Last updated
Was this helpful?
Last updated
Was this helpful?
If the website use PHP Session (PHPSESSID), we may poison cookies and include it throught LFI
First we should find where the sessions are stored, for example
Second, display a PHPSESSID
to see if any parameter is reflected inside:
In this case, we can inject some PHP code in the reflected parameter in the session.