From 30a0ec183bf2efa4867b2f4ebfdc19d0aacb447b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Hans-Martin=20M=C3=BCnch?= Date: Tue, 10 Mar 2026 13:52:24 +0100 Subject: [PATCH] Add verification section to README Added verification section with LaTeX expression example. This is a simple expression that has no "external" dependencies. --- LaTeX Injection/README.md | 10 +++++++++- 1 file changed, 9 insertions(+), 1 deletion(-) diff --git a/LaTeX Injection/README.md b/LaTeX Injection/README.md index b0e34b39..ca9b06a2 100644 --- a/LaTeX Injection/README.md +++ b/LaTeX Injection/README.md @@ -3,7 +3,7 @@ > LaTeX Injection is a type of injection attack where malicious content is injected into LaTeX documents. LaTeX is widely used for document preparation and typesetting, particularly in academia, for producing high-quality scientific and mathematical documents. Due to its powerful scripting capabilities, LaTeX can be exploited by attackers to execute arbitrary commands if proper safeguards are not in place. ## Summary - +* [Verification](#verification) * [File Manipulation](#file-manipulation) * [Read File](#read-file) * [Write File](#write-file) @@ -12,6 +12,14 @@ * [Labs](#labs) * [References](#references) +## Verification + +Evaluate the expression "7*7": + +```tex +\the\numexpr 7*7\relax +``` + ## File Manipulation ### Read File