1
0
mirror of https://github.com/GTFOBins/GTFOBins.github.io.git synced 2024-11-08 07:49:17 +01:00

Improve and document yelp

This commit is contained in:
Andrea Cardaci 2020-03-14 12:42:53 +01:00
parent 8f797d3d19
commit 48892aad60

@ -1,6 +1,8 @@
--- ---
functions: functions:
file-read: file-read:
- code: | - description: This spawns a graphical window containing the file content somehow corrupted by word wrapping, it might not be suitable to read arbitrary files. The path must be absolute.
yelp man:/etc/passwd code: |
LFILE=file_to_read
yelp "man:$LFILE"
--- ---