diff --git a/_gtfobins/yelp.md b/_gtfobins/yelp.md index 7c422db..3bfef09 100644 --- a/_gtfobins/yelp.md +++ b/_gtfobins/yelp.md @@ -1,6 +1,8 @@ --- functions: file-read: - - code: | - yelp man:/etc/passwd + - 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" ---