mirror of
https://github.com/GTFOBins/GTFOBins.github.io.git
synced 2024-11-08 07:49:17 +01:00
13 lines
358 B
Markdown
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
|
||
|
---
|