JScript
JScript is used by popular malware like Emotet. The .js extension is by default associated with Windows Scripting Host - so double clicking such a file will execute it.
Simple Shell Command
Simple Dropper
This dropper will create payload.exe on disk - so its not unlikely it will get caught. In-Memory payloads required interaction with C#.
Convert C# to JScript
Open the Project in VS, modify "ExampleAssembly" to your needs, then run:
Last updated