• Stars
    star
    225
  • Rank 176,421 (Top 4 %)
  • Language
    C#
  • License
    GNU General Publi...
  • Created over 2 years ago
  • Updated 7 months ago

Reviews

There are no reviews yet. Be the first to send feedback to the community and the maintainers!

Repository Details

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

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