diff --git a/_gtfobins/apt.md b/_gtfobins/apt.md index 008e672..325cdb7 100644 --- a/_gtfobins/apt.md +++ b/_gtfobins/apt.md @@ -16,5 +16,5 @@ functions: echo 'Dpkg::Pre-Invoke {"/bin/sh;false"}' > $TF sudo apt install -c $TF sl - description: When the shell exits the `update` command is actually executed. - code: sudo apt-get update -o APT::Update::Pre-Invoke::=/bin/sh + code: sudo apt update -o APT::Update::Pre-Invoke::=/bin/sh ---