PackMyPayload icon indicating copy to clipboard operation
PackMyPayload copied to clipboard

A PoC that packages payloads into output containers to evade Mark-of-the-Web flag & demonstrate risks associated with container file formats. Supports: ZIP, 7zip, PDF, ISO, IMG, CAB, VHD, VHDX

Results 5 PackMyPayload issues
Sort by recently updated
recently updated
newest added

in latest windows 10 version, the exe inside the iso is still triggering smartscreen

Hey, Just got an error trying to run this on Windows: "PyPDF2.errors.DeprecationError: addBlankPage is deprecated and was removed in PyPDF2 3.0.0. Use add_blank_page instead." Adding PyPDF2~=2.0 to requirements.txt fixed it....

Could you add the ability to set the hidden attribute on entire folders, in addition to individual files?

This piece is to be reworked: https://github.com/mgeeky/PackMyPayload/blob/master/lib/packager.py#L455 ``` out = Packager.shell('wmic LOGICALDISK LIST BRIEF /format:csv') ``` Leaving as a note to myself.

bug

### **Problem** As mentionned in the issues #13, it is not possible to hide directories using the flag `--hide` or `--backdoor`. ### **Solution** ChoiSG, who added the functionnality to hide...