Skip to content

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

License

Notifications You must be signed in to change notification settings

knight0x07/Lnk2Vbs

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

16 Commits
 
 
 
 
 
 
 
 

Repository files navigation

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.