A Python script that embeds Target VBS into LNK and when executed runs the VBS script from within.
Execution of Script:
Here we provide all the required arguments to the .LNK File. Along with this we also provide the name of the Target VBS script (should be present in the same directory as the script) to be embedded inside the LNK file.
Once the execution of the script is completed, it generates the LNK File in the same directory with the embedded VBS script as shown below
And then when we execute the final LNK file which in turn runs the embedded VBS Script (embed.vbs) from within -> which further spawns the favourite "calc.exe" :
For educational purposes only.