Written by Amit Serper, @0xAmit DDEtector is a simple DDE object detector written in python
- Currently supports only docx files
- Prints the contents of the DDE payloads
- More features coming soon...
Execute the python file and supply a path to a docx file as an argument:
DDEtector requires the following python modules:
- zipfile
- xmltodict
- nested_lookup
- re
- Support regular doc format
- Support other office formats (ie. excel)