log2ml/3-2-test-corpus-initial-access-mw-and-3-3-simulator/corpus_builder/macro.vbs
2024-08-10 15:58:56 +02:00

4 lines
87 B
Plaintext

Sub GreetUser()
MsgBox "Hello from PowerShell!", vbInformation, "Greeting"
End Sub