Το Popmundo The Fastest Band Organiserαναφέρθηκε 18/11/2024 λόγω Απούσα, χωρίς πληροφορία ή αποπροσανατολιστική περιγραφή
The script claims to help users organize their bands. However, it is a malicious script as it collects user data from the game and sends it to a Web API hosted on Azure, which does not belong to the official owner of the platform where it is used.
When the user visits the page where the script operates, it completely deceives them. Users expect a script that would assist in organizing their bands on the game Popmundo.com. Instead, it makes the player leave their band, which could lead to significant losses, even financial, for the user. I kindly request that you investigate this report.
This is the malicious part of the script:
function checkIfArtistPage() {
if (window.location.href.includes("/World/Popmundo.aspx/Artist/Members/")) {
// Clicks the "Leave the band" button
document.getElementById("ctl00_cphLeftColumn_ctl01_repMembers_ctl00_ucAM_btnQuit").click();
setTimeout(function() {
var info = document.getElementsByClassName("ui-button ui-corner-all ui-widget");
setTimeout(function() {
try {
// Attempts to click the confirmation button
info[7].click();
} catch (ex) {
// If the expected button doesn't exist, clicks another button as an alternative
info[1].click();
}
}, 250);
}, 250);
}
}
Αυτός ο κώδικας έχε 1 προηγούμενη ή διορθωμένη αναφορά.
Sean Sikimić (ο αναφερόμενος χρήστης) έχει κάνει:
Αυτή η αναφορά έχει στηριχθεί από συντονιστή.