From d3275725d4f0da4fab3db89c6af8f11931558d63 Mon Sep 17 00:00:00 2001 From: S3N4T0R <121706460+S3N4T0R-0X0@users.noreply.github.com> Date: Wed, 11 Sep 2024 17:35:51 -0400 Subject: [PATCH] Update README.md --- Chinese APT/Mustang Panda/README.md | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/Chinese APT/Mustang Panda/README.md b/Chinese APT/Mustang Panda/README.md index 62ca8cc..0a8d292 100644 --- a/Chinese APT/Mustang Panda/README.md +++ b/Chinese APT/Mustang Panda/README.md @@ -75,3 +75,14 @@ If you need know more about ToneShell Backdoor: https://hunt.io/blog/toneshell-b ![Screenshot from 2024-09-11 15-15-02](https://github.com/user-attachments/assets/c9b60539-4828-4eeb-9ea4-d319d746886b) +To create a payload similar to the ToneShell backdoor and incorporate the functionality described, I need to ensure several aspects are covered: + +1. Proper Functionality: Implement SetupAndEnumWindowProps to allocate memory, set up function pointers, and enumerate window properties. + +2. Password Handling: Implement logic to handle a password-protected RAR archive. + +3. 64-bit Compatibility: Ensure that the code is suitable for 64-bit Windows systems. + + + +