An open API service indexing awesome lists of open source software.

https://github.com/suuhm/polyglotter

Automatic and easy creating of polyglot *.lnk files in Windows
https://github.com/suuhm/polyglotter

gui hidden lnk-builder lnk-exploit payload polyglot powershell vbscript windows

Last synced: 4 months ago
JSON representation

Automatic and easy creating of polyglot *.lnk files in Windows

Awesome Lists containing this project

README

          

# polyglotter
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)

![grafik](https://github.com/suuhm/polyglotter/assets/11504990/d3df4526-468b-420e-9eae-e3670e6a5499)

## Start with:
```powershell
Set-ExecutionPolicy -ExecutionPolicy Bypass
.\polyglotter_0.1b.ps1
```

## Usage:
1. Choose a *.hta or other file with your playload vbs script etc... (you can example_payload.hta use for testing)
2. Click Start Script Button and enjoy the "Chrome.lnk" file on your Desktop
3. If you wish some other Output name just change it on the Input field below Start Script

## If you don't choose a file in 1. there will be some dummy code generated!

Have fun.