Contains all the information about current php installation setup.
- Turning
allow_url_includeto on state, allowsinclude()andrequire()functions to load remote code directly. it is disabled by default from PHP 5. - Turning
allow_url_fopenshould allow remote file inclusions ifallow_url_includeis on.
if you can access phpinfo page, you could save the file to html and run the script to check vulnerabilities as well. https://github.com/teambi0s/dfunc-bypasser