log2ml/2-1-initial-access-malware/corpus_builder/macro.vbs

4 lines
87 B
Plaintext
Raw Normal View History

2024-06-18 15:35:58 +00:00
Sub GreetUser()
MsgBox "Hello from PowerShell!", vbInformation, "Greeting"
End Sub