What's new
Runion

This is a sample guest message. Register a free account today to become a member! Once signed in, you'll be able to participate on this site by adding your own topics and posts, as well as connect with other members through your own private inbox!

Download lnk File Using HTML Smuggling

Lipshitz

Midle Weight
Депозит
$0
I'm wondering how it's possible to download a lnk file without zipping, it always ends up as "*.download" file when I test. If anyone can help I will really appreciate it. This is the logic of the program:

A) Create a Javascript Blob object, holding file’s raw data
B) If operating on IE – use msSaveOrOpenBlob
C) Else, create a dynamic HTML node
D) Invoke URL.createObjectURL() and store it in
E) Stores Blob-URL in .download property
F) Invokes created anchor tag to execute download feature
 
Top