1
0
mirror of https://github.com/GTFOBins/GTFOBins.github.io.git synced 2026-01-11 18:01:34 +01:00

Added nroff file read

This commit is contained in:
Emanuel Duss 2020-11-13 11:57:13 +01:00
parent 764b2685bc
commit f3dfd7a50c

@ -1,5 +1,10 @@
---
functions:
file-read:
- description: The read file content is corrupted by arbitrary newlines.
code: |
LFILE=file_to_read
nroff $LFILE
shell:
- code: |
TF=$(mktemp -d)