Tag: hidden data

  • Zip Smuggling: The Stealthy Way to Hide Data in Plain Sight

    Zip Smuggling: The Stealthy Way to Hide Data in Plain Sight

    zip_smuggling This Python utility creates zip files that contain additional data embedded within the file structure. This extra data is not visible/does not display when the zip is examined or decompressed, but can be retrieved using powershell via a Windows shortcut file (LNK) within the zip file. This project leverages an older one of mine, lnk_generator,…