virgilcj / AutoSmuggle

Utility to craft HTML or SVG smuggled files for Red Team engagements

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

AutoSmuggle

A utility to quickly create your HTML smuggled files. It is based on the blog post by Outflank https://outflank.nl/blog/2018/08/14/html-smuggling-explained/.

Autosmuggle.exe <path-of-your-binary-to-be-smuggled> <output-expected> <svg/html>
Autosmuggle.exe C:\Path\To\yourfile.exe smuggledfile.exe svg
[*] Trying...
[+] Reading Data
[+] Converting to Base64
[*] Smuggling in SVG
[+] File Written to Current Directory...

This will create a file called smuggled.htmlor smuggled.svg in your current directory.

Contributions

Thanks to @rootup (@RandomDhiraj) for their contribution to SVG Based Smuggling

About

Utility to craft HTML or SVG smuggled files for Red Team engagements


Languages

Language:C# 100.0%