APT_CyberCriminal_Campagin_.../2015/2015.12.18.Attack_on_Frence_Diplomat_Linked_To_Operation_Lotus_Blossom/code/poc.vbs
CyberMonitor 7cd6ba7319 go
2017-02-11 15:00:00 +08:00

6 lines
137 B
Plaintext

function runshell()
On Error Resume Next
set shell=createobject("Shell.Application")
shell.ShellExecute "notepad.exe"
end function