A way to make all of your malicious payload 100% undetectable.
NPM Packages:
npm i base-64 && npm i path
node chopchop.js <input(Your code encoded in base64)>
- input - Your file that contains your code encoded in base64.
- Remove all the require stuff variable of your payload and place it to index.js.
- Encode your payload using Base64Encode make a text file with any name and put the encoded payload there then use chopchop.js.
- After you use chopchop.js, just convert it to exe file using pkg.
- But before you convert it, test it first by running index.js If it works perfectly then convert it to exe file.
pkg index.js
MIT © I2rys