[ Tests: HTML Forms -Encoding -Environment Vars -File Upload -Sockets -Includes ]
This script displays all environment variables and all form variables associated with the request.
Environment variables beginning with "HTTP_" are the initial request headers sent by your browser. The "REMOTE_" headers are mostly based on your network status (port, hostname, and IP address). Other variables are mostly server-dependent.
Environment Variables:
| Name | Value |
|---|---|
| DOCUMENT_ROOT | /usr/www/users/xav/ads/demo.nickname.net |
| GATEWAY_INTERFACE | CGI/1.1 |
| HTTP_ACCEPT | text/html,application/xhtml+xml,application/xml;q=0.9,*/*;q=0.8 |
| HTTP_ACCEPT_ENCODING | x-gzip, gzip, deflate |
| HTTP_ACCEPT_LANGUAGE | en-us,en-gb,en;q=0.7,*;q=0.3 |
| HTTP_HOST | demo.nickname.net |
| HTTP_USER_AGENT | CCBot/2.0 |
| PATH | /bin:/sbin:/usr/bin:/usr/sbin:/usr/local/bin |
| QUERY_STRING | |
| REMOTE_ADDR | 107.20.7.65 |
| REMOTE_HOST | 107.20.7.65 |
| REMOTE_PORT | 55232 |
| REQUEST_METHOD | GET |
| REQUEST_URI | /demo/testpak/env.pl |
| SCRIPT_FILENAME | /usr/www/users/xav/ads/demo.nickname.net/demo/testpak/env.pl |
| SCRIPT_NAME | /demo/testpak/env.pl |
| SERVER_ADDR | 66.39.101.142 |
| SERVER_ADMIN | xav@pair.com |
| SERVER_NAME | demo.nickname.net |
| SERVER_PORT | 80 |
| SERVER_PROTOCOL | HTTP/1.0 |
| SERVER_SIGNATURE | |
| SERVER_SOFTWARE | Apache/2.2.24 |
| UNIQUE_ID | UcK28NFEBakAAQg93n4AAAA0 |
Form Variables
No name-value pairs were detected.
You can try to set some form variables. This is a GET form:
You can try to set some form variables. This is a POST form:
You can try to set some form variables. This is an ISINDEX tag:
© 1997-2001 by Zoltan Milosevic