Fix unmatched refs

This commit is contained in:
Translator 2025-08-20 22:47:40 +00:00
parent fdbe7c3f12
commit 22bed233b1
3 changed files with 6 additions and 5 deletions

View File

@ -11,15 +11,15 @@ prueba una posible **ejecución de código**, usando la función _str()_:
### Trucos
{{#ref}}
../../generic-methodologies-and-resources/python/bypass-python-sandboxes/
../../generic-methodologies-and-resources/python/bypass-python-sandboxes/README.md
{{#endref}}
{{#ref}}
../../pentesting-web/ssti-server-side-template-injection/
../../pentesting-web/ssti-server-side-template-injection/README.md
{{#endref}}
{{#ref}}
../../pentesting-web/deserialization/
../../pentesting-web/deserialization/README.md
{{#endref}}
{{#include ../../banners/hacktricks-training.md}}

View File

@ -5,7 +5,8 @@
Verificar:
{{#ref}}
../../binary-exploitation/integer-overflow.md
> ../../binary-exploitation/integer-overflow.md
>
{{#endref}}
{{#include ../../banners/hacktricks-training.md}}

View File

@ -245,7 +245,7 @@ El SSPI se encargará de encontrar el protocolo adecuado para dos máquinas que
[Control de Cuentas de Usuario (UAC)](https://docs.microsoft.com/en-us/windows/security/identity-protection/user-account-control/how-user-account-control-works) es una característica que habilita un **mensaje de consentimiento para actividades elevadas**.
{{#ref}}
windows-security-controls/uac-user-account-control.md
authentication-credentials-uac-and-efs/uac-user-account-control.md
{{#endref}}
{{#include ../banners/hacktricks-training.md}}