| Rexx variable | Value | Description |
|---|---|---|
| document_root | /var/www/html | Your web server's document root |
| http_referer | https://112.ip-164-132-101.eu/cri/p12_samplst2.cgi | URL that called your script |
| http_user_agent | Archive Team | Client Browser |
| path_translated | /var/www/html/cri/p40_allvars.cgi | path that leads to your CGI |
| remote_addr | 135.181.107.226 | Client IP address |
| script_name | /cri/p40_allvars.cgi | CGI Script name |
| server_name | 112.ip-164-132-101.eu | Web server name |
| webos | LINUX | Web Server Operating system |
| websep | / | file separator for that os |
| webren | mv | ren command for that os |
| webcat | cat | cat command for that os |
| webdel | rm | del command for that os |
| webdir | ls | dir command for that os |
| webdirs | ls -lR | dir /s command for that os |
| webmove | mv | move command for that os |
| webnulldev | /dev/null | null device for that os |