mirror of
https://github.com/GTFOBins/GTFOBins.github.io
synced 2024-12-25 14:30:07 +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:
|
functions:
|
||||||
shell:
|
shell:
|
||||||
- code: |
|
- 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:
|
file-read:
|
||||||
- code: man file_to_read
|
- code: man file_to_read
|
||||||
sudo:
|
sudo:
|
||||||
|
Loading…
Reference in New Issue
Block a user