Tue, 04 Oct 2005

To get php info from a server known to have php installed:

Method 1:  create a php page of any name and in it use the function:

    

Method 2:  in a browser, go to any php page on the server.  Then paste the
following string to the URL after the .php ...

    ?=PHPB8B5F2A0-3C92-11d3-A3A9-4C7B08C10000

so you might have a URL like this:

    http://domain.com/index.php?=PHPB8B5F2A0-3C92-11d3-A3A9-4C7B08C10000

To prevent this from showing up, edit your php.ini file as follows:

    expose_php = Off

Posted at: 00:00 | category: /commands | Comments ()