1
0
mirror of https://github.com/GTFOBins/GTFOBins.github.io.git synced 2026-01-24 08:58:01 +01:00
GTFOBins.github.io/_gtfobins/base64.md
2018-06-04 10:21:53 +00:00

302 B

functions
sudo-enabled suid-enabled file-read
code
LFILE=file_to_read sudo base64 "$LFILE" | base64 -d
code
LFILE=file_to_read ./base64 "$LFILE" | base64 -d
code
LFILE=file_to_read base64 "$LFILE" | base64 -d