Lnk2Vbs Save

A Python script that embeds Target VBS into LNK and when executed runs the VBS script from within.

Project README

Lnk2Vbs

A Python script that embeds Target VBS into LNK and when executed runs the VBS script from within.

Screenshots

Execution of Script:

Screenshot_2

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

3

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" :

Captur2

Note

For educational purposes only.

Open Source Agenda is not affiliated with "Lnk2Vbs" Project. README Source: knight0x07/Lnk2Vbs

Open Source Agenda Badge

Open Source Agenda Rating