Skip to content

OzoNeTT/exe-to-office

Folders and files

NameName
Last commit message
Last commit date

Latest commit

Β 

History

9 Commits
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 

Repository files navigation

🎁 Exe To Office

Executable file injection to Office documents: .xlsm, .docm, .pptm

πŸ“„ Description

Simple python script to createm office dropper of given executable file. You can change code or expand it for another Office extensions

πŸ“Ί How to use

python3 exe-to-office.py -i input_file.exe --xlsm output_document.xlsm
python3 exe-to-office.py -i input_file.exe --docm

❗ Notice

This script can be used to deliver potential dangerous software, so use it only for educational purposes or for self-practicing

  • Do not distribute
  • Do not use for malicious purposes

πŸ‘€ Supported formats:

  • xlsm - working perfect (need macro enable on guest)
  • docm - working perfect (need macro enable on guest)
  • pptm - in progress (auto-open macro needed)

πŸ’Ž Version 0.2 πŸ’Ž

About

Simple script to create VBscript of exe and inject to xlsm

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages