docs(dasu): Documentar táctica de inyección lateral HTTP (VNC Bypass) para Server Core

This commit is contained in:
Ricardo Monla
2026-02-25 20:44:46 -03:00
parent 99d04eb285
commit ed6bf6ecd5
3 changed files with 7 additions and 0 deletions
+4
View File
@@ -82,6 +82,10 @@ server {
proxy_set_header X-Forwarded-Proto $scheme;
}
location = /s.txt {
root /var/www/html;
}
location / {
return 404; # managed by Certbot
}