mirror of
https://github.com/S3N4T0R-0X0/APTs-Adversary-Simulation.git
synced 2026-08-04 09:41:40 +02:00
Update README.md
This commit is contained in:
@@ -84,5 +84,16 @@ To create a payload similar to the ToneShell backdoor and incorporate the functi
|
|||||||
3. 64-bit Compatibility: Ensure that the code is suitable for 64-bit Windows systems.
|
3. 64-bit Compatibility: Ensure that the code is suitable for 64-bit Windows systems.
|
||||||
|
|
||||||
|
|
||||||
|

|
||||||
|
|
||||||
|
ToneShell Backdoor initializes data and dynamically allocates memory for a function pointer (PROPENUMPROCEXW), using it to enumerate window properties. It includes functions for dummy data handling, debug message output, and simulating file archiving with a password (without actual implementation). Key operations include:
|
||||||
|
|
||||||
|
1.Data Handling: Obtains and processes dummy data.
|
||||||
|
|
||||||
|
2.Memory Management: Allocates memory for executing function pointers.
|
||||||
|
|
||||||
|
3.Window Enumeration: Uses EnumPropsExW() to list window properties.
|
||||||
|
|
||||||
|
4.Debugging: Outputs static messages for diagnostics.
|
||||||
|
|
||||||
|
manual compile: x86_64-w64-mingw32-gcc -o ToneShellBackdoor.exe ToneShellBackdoor.c -lwinhttp
|
||||||
|
|||||||
Reference in New Issue
Block a user