├── LICENSE.md ├── README.md ├── VBAMacro.txt ├── generate-malware.py ├── python_payload.bin └── template-doc ├── .DS_Store └── Workbook1.xlsm /LICENSE.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/malware-unicorn/MacOS_VBA_Macro/HEAD/LICENSE.md -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/malware-unicorn/MacOS_VBA_Macro/HEAD/README.md -------------------------------------------------------------------------------- /VBAMacro.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/malware-unicorn/MacOS_VBA_Macro/HEAD/VBAMacro.txt -------------------------------------------------------------------------------- /generate-malware.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/malware-unicorn/MacOS_VBA_Macro/HEAD/generate-malware.py -------------------------------------------------------------------------------- /python_payload.bin: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/malware-unicorn/MacOS_VBA_Macro/HEAD/python_payload.bin -------------------------------------------------------------------------------- /template-doc/.DS_Store: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/malware-unicorn/MacOS_VBA_Macro/HEAD/template-doc/.DS_Store -------------------------------------------------------------------------------- /template-doc/Workbook1.xlsm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/malware-unicorn/MacOS_VBA_Macro/HEAD/template-doc/Workbook1.xlsm --------------------------------------------------------------------------------