├── LICENSE.md ├── README.md ├── ddeexcel.py ├── ddeword.py ├── requirements.txt └── templates ├── payload-obfuscated.docx ├── payload.docx ├── payload.xlsx └── template.docx /LICENSE.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/0xdeadbeefJERKY/Office-DDE-Payloads/HEAD/LICENSE.md -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/0xdeadbeefJERKY/Office-DDE-Payloads/HEAD/README.md -------------------------------------------------------------------------------- /ddeexcel.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/0xdeadbeefJERKY/Office-DDE-Payloads/HEAD/ddeexcel.py -------------------------------------------------------------------------------- /ddeword.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/0xdeadbeefJERKY/Office-DDE-Payloads/HEAD/ddeword.py -------------------------------------------------------------------------------- /requirements.txt: -------------------------------------------------------------------------------- 1 | future==0.16.0 2 | lxml==4.6.3 3 | -------------------------------------------------------------------------------- /templates/payload-obfuscated.docx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/0xdeadbeefJERKY/Office-DDE-Payloads/HEAD/templates/payload-obfuscated.docx -------------------------------------------------------------------------------- /templates/payload.docx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/0xdeadbeefJERKY/Office-DDE-Payloads/HEAD/templates/payload.docx -------------------------------------------------------------------------------- /templates/payload.xlsx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/0xdeadbeefJERKY/Office-DDE-Payloads/HEAD/templates/payload.xlsx -------------------------------------------------------------------------------- /templates/template.docx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/0xdeadbeefJERKY/Office-DDE-Payloads/HEAD/templates/template.docx --------------------------------------------------------------------------------