1
0
mirror of https://github.com/GTFOBins/GTFOBins.github.io.git synced 2026-02-08 00:53:36 +01:00
GTFOBins.github.io/_gtfobins/tail.md
2018-07-04 19:26:52 +01:00

257 B

functions
file-read suid-enabled sudo-enabled
code
LFILE=file_to_read tail -c1G "$LFILE"
code
LFILE=file_to_read ./tail -c1G "$LFILE"
code
LFILE=file_to_read sudo tail -c1G "$LFILE"