Files
GTFOBins.github.io/_gtfobins/apt.md
Andrea Cardaci 09564b427f Add apt, apt-get, mysql and smbclient
Thanks to #20.
2018-08-31 11:09:19 +02:00

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
---