### Example of Remote Template injection leading to notepad execution

- `1-docx-execute-notepad-wscript.shell.docx`
    - empty DOCX with remote template set to: `http://localhost:8080/1-execute-notepad-wscript.shell.dotm`

- `1-execute-notepad-wscript.shell.dotm`
    - will be fetched by `1-docx-execute-notepad-wscript.shell.docx`.
    - spawns `notepad`  with `WScript.Shell`

- `2-docx-execute-notepad-wscript.shell.docx`
    - empty DOCX with remote template set to: `http://localhost:8080/2-execute-notepad-wscript.shell.abcde`

- `2-execute-notepad-wscript.shell.abcde`
    - will be fetched by `2-docx-execute-notepad-wscript.shell.docx`.
    - spawns `notepad`  with `WScript.Shell`   

Be sure to launch `start-webserver.bat` before testing these samples.
