From 1cc85e8f4290a0b6001cd4958d7b5455d7093473 Mon Sep 17 00:00:00 2001 From: skyper <5938498+SkyperTHC@users.noreply.github.com> Date: Tue, 3 Sep 2024 13:21:33 +0100 Subject: [PATCH] Update README.md --- README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 0b725a9..c1084c3 100644 --- a/README.md +++ b/README.md @@ -85,7 +85,7 @@ Got tricks? Join us on Telegram: [https://t.me/thcorg](https://t.me/thcorg) 1. [Make a file immutable](#perm-files) 1. [Change user without sudo/su](#nosudo) 1. [Obfuscate and crypt payload](#payload) - 1. [Circumvent noexec mount flags](#memexec) + 1. [Deploying a backdoor without touching the file-system](#memexec) 1. [Crypto](#crypto) 1. [Generate quick random Password](#gen-password) 1. [Linux transportable encrypted filesystems](#crypto-filesystem) @@ -2012,6 +2012,7 @@ upx -d "${BIN}" # Should fail with 'not packed by UPX' Optionally encrypt it with [Ezuri](https://github.com/guitmz/ezuri) thereafter. + **8.viii. Deploying a backdoor without touching the file-system** How to start a backdoor without writing to the file-system or when all writeable locations are mounted with the evil `noexec`-flag.