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:
@@ -99,3 +99,21 @@ This payload is a malicious program that establishes a reverse shell to an attac
|
||||
|
||||

|
||||
|
||||
1.Reverse Shell Creation:
|
||||
|
||||
Purpose: Establishes a reverse shell connection to a remote attacker's machine (IP,port).
|
||||
Mechanism:
|
||||
Connects to the attacker's system.
|
||||
Opens a cmd.exe process on the victim's machine.
|
||||
Sends commands received from the attacker to the shell and returns the output to the attacker.
|
||||
|
||||
2. Persistence Mechanism:
|
||||
|
||||
Registry Manipulation:
|
||||
Adds an entry in the Windows Registry under HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Run.
|
||||
This ensures the backdoor runs every time the user logs in.
|
||||
The value points to C:\\Windows\\System32\\payload.dll (a likely misconfiguration, as the current code produces an executable, not a DLL).
|
||||
|
||||
3. Networking:
|
||||
|
||||
Uses Windows' Winsock API to set up the socket connection to the attacker.
|
||||
|
||||
Reference in New Issue
Block a user