An open API service indexing awesome lists of open source software.

https://github.com/outflanknl/training-msofficeoffensivetradecraft

Info related to the Outflank training: Microsoft Office Offensive Tradecraft
https://github.com/outflanknl/training-msofficeoffensivetradecraft

Last synced: 8 months ago
JSON representation

Info related to the Outflank training: Microsoft Office Offensive Tradecraft

Awesome Lists containing this project

README

          

# Training-MSOfficeOffensiveTradecraft
Info related to the Outflank training: Microsoft Office Offensive Tradecraft

# Virtual Machine prep
We recommend you to prepare a virtual machine before the training starts. Having a VM with the proper tools allows you to do the assignments during the training.

Prepping your VM:
- Take a x64 Windows VM as base, we tested on Server 2022 but any recent version might be ok
- Install Office 64 bit, we tested with version 2016 but any recent version might be ok
- You can find an installer config xml in the ```Office-install``` directory that may help in some cases. To use, run your Office installer as following: ```setup.exe /configure Config.xml``` - if this fails (could be many reasons to), just run the Office installer manually.
- Install .Net 3.5 (https://learn.microsoft.com/en-us/dotnet/framework/install/dotnet-35-windows)
- Install .Net 4.8 (https://go.microsoft.com/fwlink/?linkid=2088631)
- Install Python version 3.8.10 (https://www.python.org/downloads/release/python-3810/)
- Install python PIP (```py -m ensurepip --upgrade```)
- Install python pip packages oletools and olefile (```py -m pip install oletools olefile```)
- Install 7zip (https://www.7-zip.org/download.html)
- Install your favorite text editor, can be VS Code, Notepad++, etc
- Install Google Chrome (https://www.google.com/chrome/)
- Install Process Hacker (https://processhacker.sourceforge.io/downloads.php)
- Install PE Studio Free version (https://www.winitor.com/download)
- Install The Systinternals Suite (https://learn.microsoft.com/en-us/sysinternals/downloads/sysinternals-suite)
- Install Flexhex (http://www.heaventools.com/flexhex-hex-editor.htm)
- **ASSIGNMENT FILES**: Download the ```assignments.zip``` file to your test machine and unzip.