A PowerShell based utility for the creation of malicious Office macro documents. To be used for pentesting or educational purposes only.
- Read this: http://www.shellntel.com/blog/2016/9/13/luckystrike-a-database-backed-evil-macro-generator.
- Read the wiki!
- Make sure you are on a Win7-10 machine (32 or 64bit).
- You must be running a current version of PowerShell (v5+).
- You must have Microsoft Excel installed (I did my testing with 2013).
- From an ADMINISTRATIVE PowerShell prompt, run the following command. A luckystrike folder will be created for you.
iex (new-object net.webclient).downloadstring('https://git.io/v7kbp')
- Run .\luckystrike\luckystrike.ps1 (also as an administrator).
- Run luckystrike with the -Debug switch. This will generate a debug .log file in the luckystrike directory.
- Reproduce the issue
- Take a screenshot of the error
- Submit a github issue with the screenshot & debug log attached.
- Be patient. I'm one guy. :-)