| ▲ | DaSHacka 6 hours ago | |
If there's a file your user does not have read access to, but you have the ability to run the `base64` binary as root, you can run `base64` as root, (thus encoding the file contents as base64), then pipe the output to another base64 process to decode the file contents. So yes, the end result is just `cat` with extra steps. | ||