phpinfo - OnlinePHP.io Example
...Because every system is setup differently, phpinfo is commonly used to check configuration settings and for available predefined variables on a given system....
https://onlinephp.io/phpinfo/manual
How to get phpinfo () variables from php programmatically?
...How can I get either just a portion of the phpinfo or get these values as a regular string? Note that it doesn't matter if there if markup included, but I don't want to parse the phpinfo as that just seems really slow and surely there is a better way.....
https://stackoverflow.com/questions/2069364/how-to-get-phpinfo-variables-from-php-programmatically
PHP: phpversion - Manual
...Returns a string containing the version of the currently running PHP parser or extension. An optional extension name. Returns the current PHP version as a string....
https://www.php.net/manual/en/function.phpversion.php
How to Create and Use phpinfo? - Scaler Topics
...The phpinfo () function is a built-in function in PHP that provides detailed information about the current PHP environment and configuration settings. When invoked, it generates a comprehensive report displaying various aspects of the PHP installation....
https://www.scaler.com/topics/php-info/
PHP: phpinfo - Manual
...Affiche de nombreuses informations sur PHP, concernant sa configuration courante : options de compilation, extensions, version, informations sur le serveur, et l'environnement (lorsqu'il est compilé comme module), environnement PHP, informations sur le système, chemins, valeurs générales et locales de configuration, en-têtes HTTP et la lice......
https://www.php.net/manual/fr/function.phpinfo.php
PHP - Wikipedia
...PHP is a general-purpose scripting language geared towards web development. [8] It was created by Danish-Canadian programmer Rasmus Lerdorf in 1993 and released in 1995. [9][10] The PHP reference implementation is now produced by the PHP Group. [11] PHP was originally an abbreviation of Personal Home Page, [12][13] but it now stands for the recursive backronym PHP: Hypertext Preprocessor. [14 ......
https://en.wikipedia.org/wiki/PHP
hack-the-box-oscp-preparation/linux-boxes/poison-writeup-w-o ...
...It?s a simple website that takes in a script name and executes it. We?re given a list of scripts to test, so let?s test them one by one. The ini.php & info.php scripts don?t give us anything useful. The phpinfo.php script gives us a wealth of information on the PHP server configuration. The listfiles.php script gives us the following output....
https://github.com/BlackCaiman13/hack-the-box-oscp-preparation/blob/master/linux-boxes/poison-writeup-w-o-metasploit.md