mirror of
https://github.com/GTFOBins/GTFOBins.github.io
synced 2024-12-25 14:30:07 +01:00
Correct apt invocations
Correct two invocations incorrectly writed as apt-get. Both commands have similar options and behaviours.
This commit is contained in:
parent
cdc81c5a74
commit
04b2874819
@ -3,12 +3,12 @@ functions:
|
|||||||
shell:
|
shell:
|
||||||
- description: This invokes the default pager, which is likely to be [`less`](/gtfobins/less/), other functions may apply.
|
- description: This invokes the default pager, which is likely to be [`less`](/gtfobins/less/), other functions may apply.
|
||||||
code: |
|
code: |
|
||||||
apt-get changelog apt
|
apt changelog apt
|
||||||
!/bin/sh
|
!/bin/sh
|
||||||
sudo:
|
sudo:
|
||||||
- description: This invokes the default pager, which is likely to be [`less`](/gtfobins/less/), other functions may apply.
|
- description: This invokes the default pager, which is likely to be [`less`](/gtfobins/less/), other functions may apply.
|
||||||
code: |
|
code: |
|
||||||
sudo apt-get changelog apt
|
sudo apt changelog apt
|
||||||
!/bin/sh
|
!/bin/sh
|
||||||
- description: For this to work the target package (e.g., `sl`) must not be installed.
|
- description: For this to work the target package (e.g., `sl`) must not be installed.
|
||||||
code: |
|
code: |
|
||||||
|
Loading…
Reference in New Issue
Block a user