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:
@@ -53,6 +53,15 @@ However, in some of the repositories created by the attackers, they forgot to di
|
|||||||
|
|
||||||
## The third stage (implanting technique)
|
## The third stage (implanting technique)
|
||||||
|
|
||||||
|
The attackers created an NPM package that, in turn, executes obfuscated JavaScript code, You can use these commands to create the NPM package.json file.
|
||||||
|
|
||||||
|
```
|
||||||
|
sudo apt-get install npm
|
||||||
|
|
||||||
|
mkdir my-malicious-package
|
||||||
|
cd my-malicious-package
|
||||||
|
npm init -y
|
||||||
|
|
||||||
|
```
|
||||||
|

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