log2ml/2-4-initial-access-malware/corpus_builder/macro.vbs
Marius Ciepluch af57147743
Create macro.vbs
A basic Macro
2024-06-18 17:35:58 +02:00

4 lines
87 B
Plaintext

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