mirror of
https://github.com/swisskyrepo/PayloadsAllTheThings
synced 2026-05-09 05:22:29 +02:00
Add verification section to README
Added verification section with LaTeX expression example. This is a simple expression that has no "external" dependencies.
This commit is contained in:
parent
497fbe925b
commit
30a0ec183b
1 changed files with 9 additions and 1 deletions
|
|
@ -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.
|
> 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
|
## Summary
|
||||||
|
* [Verification](#verification)
|
||||||
* [File Manipulation](#file-manipulation)
|
* [File Manipulation](#file-manipulation)
|
||||||
* [Read File](#read-file)
|
* [Read File](#read-file)
|
||||||
* [Write File](#write-file)
|
* [Write File](#write-file)
|
||||||
|
|
@ -12,6 +12,14 @@
|
||||||
* [Labs](#labs)
|
* [Labs](#labs)
|
||||||
* [References](#references)
|
* [References](#references)
|
||||||
|
|
||||||
|
## Verification
|
||||||
|
|
||||||
|
Evaluate the expression "7*7":
|
||||||
|
|
||||||
|
```tex
|
||||||
|
\the\numexpr 7*7\relax
|
||||||
|
```
|
||||||
|
|
||||||
## File Manipulation
|
## File Manipulation
|
||||||
|
|
||||||
### Read File
|
### Read File
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue