1
0
Fork 0
mirror of https://github.com/GTFOBins/GTFOBins.github.io.git synced 2024-04-26 11:55:09 +02:00

Correct apt invocations

Correct two invocations incorrectly writed as apt-get.
Both commands have similar options and behaviours.
This commit is contained in:
Vicente Jimenez Aguilar 2021-10-14 01:45:25 +02:00 committed by Andrea Cardaci
parent cdc81c5a74
commit 04b2874819

View File

@ -3,12 +3,12 @@ functions:
shell:
- description: This invokes the default pager, which is likely to be [`less`](/gtfobins/less/), other functions may apply.
code: |
apt-get changelog apt
apt changelog apt
!/bin/sh
sudo:
- description: This invokes the default pager, which is likely to be [`less`](/gtfobins/less/), other functions may apply.
code: |
sudo apt-get changelog apt
sudo apt changelog apt
!/bin/sh
- description: For this to work the target package (e.g., `sl`) must not be installed.
code: |