From 8265c327b5fc96a341e34fb65cee16719a75c11c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Patryk=20Krawaczy=C5=84ski?= Date: Sat, 15 Oct 2022 18:43:37 +0200 Subject: [PATCH] Persistence Via Linux Package Managers It is possible to do persistence via Linux Package Managers like apt (Debian family) with unattended upgrades enabled. --- Methodology and Resources/Linux - Persistence.md | 1 + 1 file changed, 1 insertion(+) diff --git a/Methodology and Resources/Linux - Persistence.md b/Methodology and Resources/Linux - Persistence.md index 5d161ba..52c3521 100644 --- a/Methodology and Resources/Linux - Persistence.md +++ b/Methodology and Resources/Linux - Persistence.md @@ -161,6 +161,7 @@ Add an ssh key into the `~/.ssh` folder. * [Traffic Signaling: Port Knocking](https://attack.mitre.org/techniques/T1205/001/) * [Valid Accounts: Default Accounts](https://attack.mitre.org/techniques/T1078/001/) * [Valid Accounts: Domain Accounts 2](https://attack.mitre.org/techniques/T1078/002/) +* [Persistence Via Linux Package Managers](https://pwnshift.github.io/2020/10/01/persistence.html) ## References