This commit is contained in:
carlospolop 2025-10-01 12:39:39 +02:00
parent 484f03c16d
commit cd60902021
14 changed files with 15 additions and 3 deletions

View File

@ -106,7 +106,7 @@ jobs:
fi fi
done done
echo "Files to translate:" echo "Files to translate (`wc -l < /tmp/file_paths.txt`):"
cat /tmp/file_paths.txt cat /tmp/file_paths.txt
echo "" echo ""
echo "" echo ""

View File

@ -253,3 +253,4 @@ welcome/hacktricks-values-and-faq.md
{{#include ./banners/hacktricks-training.md}} {{#include ./banners/hacktricks-training.md}}

View File

@ -124,3 +124,4 @@ Guidance: Treat survivors that affect value transfers, accounting, or access con
- [Slither (GitHub)](https://github.com/crytic/slither) - [Slither (GitHub)](https://github.com/crytic/slither)
{{#include ../../banners/hacktricks-training.md}} {{#include ../../banners/hacktricks-training.md}}

View File

@ -1787,3 +1787,4 @@ vmware-tools-service-discovery-untrusted-search-path-cve-2025-41244.md
- [NVISO You name it, VMware elevates it (CVE-2025-41244)](https://blog.nviso.eu/2025/09/29/you-name-it-vmware-elevates-it-cve-2025-41244/) - [NVISO You name it, VMware elevates it (CVE-2025-41244)](https://blog.nviso.eu/2025/09/29/you-name-it-vmware-elevates-it-cve-2025-41244/)
{{#include ../../banners/hacktricks-training.md}} {{#include ../../banners/hacktricks-training.md}}

View File

@ -176,3 +176,4 @@ URL-encoded PoC (first char is a newline):
- [How Ruby load works](https://blog.appsignal.com/2023/04/19/how-to-load-code-in-ruby.html) - [How Ruby load works](https://blog.appsignal.com/2023/04/19/how-to-load-code-in-ruby.html)
{{#include ../../banners/hacktricks-training.md}} {{#include ../../banners/hacktricks-training.md}}

View File

@ -33,3 +33,5 @@ Linux LPE via VMware Tools service discovery (CWE-426 / CVE-2025-41244):

View File

@ -761,3 +761,4 @@ EN-Local-File-Inclusion-1.pdf
{{#endfile}} {{#endfile}}
{{#include ../../banners/hacktricks-training.md}} {{#include ../../banners/hacktricks-training.md}}

View File

@ -409,3 +409,4 @@ Once you have **obtained a valid RT** you could try to **abuse it to generate se

View File

@ -144,3 +144,4 @@ This license does not grant any trademark or branding rights in relation to the
{{#include ../banners/hacktricks-training.md}} {{#include ../banners/hacktricks-training.md}}

View File

@ -491,3 +491,4 @@
handle.addEventListener("touchstart", onStart, { passive: false }); handle.addEventListener("touchstart", onStart, { passive: false });
} }
})(); })();

View File

@ -208,3 +208,4 @@
listOut.classList.toggle('hidden',!docs.length); listOut.classList.toggle('hidden',!docs.length);
}; };
})(); })();