1
0
mirror of https://github.com/GTFOBins/GTFOBins.github.io.git synced 2024-09-19 02:11:39 +02:00
GTFOBins.github.io/_gtfobins/yelp.md

9 lines
290 B
Markdown
Raw Normal View History

2020-03-14 11:43:01 +01:00
---
functions:
file-read:
2020-03-14 12:42:53 +01:00
- 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.
code: |
LFILE=file_to_read
yelp "man:$LFILE"
2020-03-14 11:43:01 +01:00
---