mirror of
https://github.com/GTFOBins/GTFOBins.github.io
synced 2024-12-24 13:59:17 +01:00
Improve the alternative shell function
This commit is contained in:
parent
a3b63dae9e
commit
eda1cde6a1
@ -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:
|
||||
|
Loading…
Reference in New Issue
Block a user