Automatic and easy creating of polyglot *.lnk files in Windows Proof of Concept tool
More info here: https://www.youtube.com/watch?v=RLtMxN5q_cQ
Credits and big thanks for this inspiration goes out to John Hammond! (https://github.com/JohnHammond)
Set-ExecutionPolicy -ExecutionPolicy Bypass
.\polyglotter_0.1b.ps1
- Choose a *.hta or other file with your playload vbs script etc... (you can example_payload.hta use for testing)
- Click Start Script Button and enjoy the "Chrome.lnk" file on your Desktop
- If you wish some other Output name just change it on the Input field below Start Script
Have fun.