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:
@@ -94,6 +94,14 @@ This Python payload creates a reverse TCP shell that connects to a command-and-c
|
||||
|
||||

|
||||
|
||||
The question here is: Why do attackers choose Python, even though it is not a built-in language in
|
||||
Windows like PowerShell scripts or CMD, meaning it cannot run without installing the necessary
|
||||
packages?
|
||||
|
||||
The answer lies in the target itself mainly software engineers. These individuals already have all the
|
||||
required packages installed, as Python is one of the most commonly used programming languages.
|
||||
Additionally, Python offers another advantage: scripts can be as short as just two lines, making
|
||||
modifications to any script hosted on GitHub nearly undetectable.
|
||||
|
||||
## The fifth stage (execution technique with obfuscated JavaScript-based payload hidden inside NPM)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user