Sinisterly
Luckystrike - PowerShell based utility for the creation of malicious Office macro doc - Printable Version

+- Sinisterly (https://sinister.ly)
+-- Forum: Hacking (https://sinister.ly/Forum-Hacking)
+--- Forum: Hacking Tools (https://sinister.ly/Forum-Hacking-Tools)
+--- Thread: Luckystrike - PowerShell based utility for the creation of malicious Office macro doc (/Thread-Luckystrike-PowerShell-based-utility-for-the-creation-of-malicious-Office-macro-doc)



Luckystrike - PowerShell based utility for the creation of malicious Office macro doc - ZanGetsu - 09-02-2017

[Image: 39316f6612f14cfc95d4685d6ef504c9.png]

Luckystrike is a PowerShell based utility for the creation of malicious Office macro documents. To be used for pentesting or educational purposes only.

Getting Started:

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).




RE: Luckystrike - PowerShell based utility for the creation of malicious Office macro doc - mothered - 09-03-2017

You've got to love Metadata Infections.

You've given me another project on my to do list.
Thanks again.