1
0
Fork 0
mirror of https://github.com/GTFOBins/GTFOBins.github.io.git synced 2024-05-28 18:16:15 +02:00
This commit is contained in:
Emanuel Duss 2024-04-24 13:27:17 +08:00 committed by GitHub
commit 1628b89ff0
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -8,6 +8,9 @@ functions:
code: |
latex '\documentclass{article}\usepackage{verbatim}\begin{document}\verbatiminput{file_to_read}\end{document}'
strings article.dvi
file-write:
- code: |
latex '\documentclass{article}\begin{document}\immediate\openout\tempfile=file_to_write\immediate\write\tempfile{content_to_write}\end{document}'
sudo:
- description: The read file will be part of the output.
code: |