Add files via upload

This commit is contained in:
vxunderground
2021-09-20 10:51:06 -05:00
committed by GitHub
parent 6b5741ca4b
commit ba9ad14eed
9 changed files with 484 additions and 0 deletions
@@ -0,0 +1,16 @@
# Node Modules Infector
## This is a poc of how you can infect node modules and execute code every time the application that uses them start.
#### Modules are the blocks of encapsulated code that communicates with an external application on the basis of their related functionality. Modules can be a single file or a collection of multiples files/folders. Node modules can be found in almost every electron application such as ( discord, nzxt, slack, signal, vscode, etc.).
##### I have created a reverse tcp payload just for the poc but you can inject what ever you want as long as its nodejs code.
### NZXT POC
![nzxtPOC](./img/nzxtPoc.gif)
### Discord POC
![discordPOC](./img/discordPOC.gif)