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:
@@ -86,7 +86,7 @@ This Python payload creates a reverse TCP shell that connects to a command-and-c
|
||||
|
||||
1. The script imports libraries for socket communication, subprocess execution, base64 encoding, and web browser interaction.
|
||||
|
||||
2. It defines XOR encryption/decryption functions to secure data exchange with a hardcoded key (22).
|
||||
2. It defines XOR encryption/decryption functions to secure data exchange with a hardcoded key.
|
||||
|
||||
3. Upon execution, it opens url in a web browser and establishes a TCP connection to a specified C2 server (ip:port).
|
||||
|
||||
@@ -95,3 +95,16 @@ This Python payload creates a reverse TCP shell that connects to a command-and-c
|
||||

|
||||
|
||||
|
||||
## The fifth stage (execution technique with obfuscated JavaScript-based payload hidden inside NPM)
|
||||
|
||||
Now i will replace the whoami command with the actual payload inside the JavaScript file and obfuscate it using BEAR-C2.
|
||||
|
||||

|
||||
|
||||
Now I will open the obfuscation tool included in BEAR-C2, select the JavaScript file to obfuscate it, then upload the payload to GitHub and begin the Command and Control operation.
|
||||
|
||||

|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user