log2ml/2-1-initial-access-malware/corpus_builder/macro.vbs
2024-06-24 10:42:20 +02:00

4 lines
87 B
Plaintext

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