Update README.md

This commit is contained in:
S3N4T0R
2025-07-06 05:49:36 -04:00
committed by GitHub
parent 3603fd6cb0
commit e7460d8cf0
+2 -2
View File
@@ -65,9 +65,9 @@ npm init -y
```
![Screenshot From 2025-07-06 05-14-44](https://github.com/user-attachments/assets/750f5360-e40c-4cec-b86c-8d03b388efb8)
Now i will create the JavaScript file using the command `touch payload.js`. Then, i paste the following code inside it, which contains only the `whoami` command just to test that everything is working correctly before adding the main payload.
Now i will create the JavaScript file using the command `touch payload.js`. Then, i paste the following code inside it, which contains only the `whoami` command just to test that everything is working correctly before adding the main payload and obfuscate Java Script code.
![Screenshot From 2025-07-06 05-42-21](https://github.com/user-attachments/assets/c0904b9f-2bc2-4718-8499-4e52280aeae9)
## The fourth stage (Python Backdoor)