diff --git a/_gtfobins/man.md b/_gtfobins/man.md index b8ef2bc..eb3b8d2 100644 --- a/_gtfobins/man.md +++ b/_gtfobins/man.md @@ -3,7 +3,11 @@ description: This invokes the default pager, which is likely to be [`less`](/gt functions: shell: - code: | - man --html='$(sh > /dev/tty)' sh + man man + !/bin/sh + - description: This only works for GNU `man` and requires GNU `troff` (`groff` to be installed). + code: | + man '-H/bin/sh #' man file-read: - code: man file_to_read sudo: