1
0
mirror of https://github.com/GTFOBins/GTFOBins.github.io.git synced 2026-01-09 08:51:34 +01:00
GTFOBins.github.io/_gtfobins/head.md
2018-06-12 19:29:34 +01:00

275 B

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