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
- Host: GitHub
- URL: https://github.com/outflanknl/training-msofficeoffensivetradecraft
- Owner: outflanknl
- Created: 2024-01-10T14:13:35.000Z (almost 2 years ago)
- Default Branch: main
- Last Pushed: 2024-05-16T14:06:04.000Z (over 1 year ago)
- Last Synced: 2025-01-18T10:44:30.298Z (9 months ago)
- Size: 672 KB
- Stars: 51
- Watchers: 11
- Forks: 15
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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.