> For the complete documentation index, see [llms.txt](https://lookbook.cyberjungles.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://lookbook.cyberjungles.com/osep-preperation-notes/file-smuggling-with-html-and-js.md).

# File Smuggling with HTML & JS

First, you created a payload, and you need to publish it over a website. So, we should turn our payload to downloadable resources from the website.&#x20;

You can find a good example below.

{% embed url="<https://www.ired.team/offensive-security/defense-evasion/file-smuggling-with-html-and-javascript>" %}

We'll work with HTML and JavaScript, which means we can write this page in many different versions.

{% hint style="info" %}
If you are creating a phishing site you should consider browser compatibility. IE and other Modern Browsers may not support each other's API's.
{% endhint %}
