This website requires JavaScript.
Explore
Help
Register
Sign In
mirror
/
GTFOBins.github.io
Watch
1
Star
0
Fork
0
You've already forked GTFOBins.github.io
mirror of
https://github.com/GTFOBins/GTFOBins.github.io.git
synced
2026-01-08 08:31:32 +01:00
Code
Issues
2da69686ac
GTFOBins.github.io
/
_gtfobins
/
tail.md
Dov Murik
69465eb338
Add expand, unexpand
2018-06-12 19:29:34 +01:00
275 B
Raw
Blame
History
functions
sudo-enabled
suid-enabled
file-read
code
LFILE=file_to_read sudo tail -c1G "$LFILE"
code
LFILE=file_to_read ./tail -c1G "$LFILE"
code
LFILE=file_to_read tail -c1G "$LFILE"