Simple discord token logger created in Javascript Make sure to change to add the webhook link in line 3 of the file src/grabber.js Simply just paste the code in the discord app or the web app console To login to the discord account using the token paste the code from the file src/logi...
A simple script with wich you can login to discord using a token instead of email & password. - RealMoondancer/DiscordTokenLogin
关于具体密钥获取和解密逻辑,可参阅github项目Browser-password-stealer(https://github.com/henry-richard7/Browser-password-stealer/blob/master/chromium_based_browsers.py) 获取Discord toke成功后调用Distinct去重,通过token和WebClient 获取用户数据。 Program.SendWEBBY()方法,从Discord API返回的JSON数据中解析详细的...
、Public Key(使用 SDK 似乎不需要用到)Bot -> 设置 Token 并记录下来配置权限:Bot -> 勾选 Message Content IntentOAuth2 -> OAuth2...URL Generator -> bot -> Administrator部署后台使用 python SDK,discord.py - Quickstart安装pip install -U discord.py...示例脚本如下import discordintents = discord...
该令牌记录器通过VIA Websocket捕获令牌,因此它将仅捕获从Discord客户端存储的令牌 :loudly_crying_face: 然后通过网络挂接发送它们(Flask API即将发布!) 安装 使用安装DisLog git clone https://github.com/WannaBeSkid/DisLog-Token-Logger 如何使用 安装所有必需的软件包,在config类中更改 。请使用脚本进行! Py...
logger.level = 'debug'; // Initialize Discord Bot var bot = new Discord.Client({ token: auth.token, autorun: true }); bot.on('ready', function (evt) { logger.info('Connected'); logger.info('Logged in as: '); logger.info(bot.username + ' - (' + bot.id + ')'); ...
发送Discord Webhook URL的消息标题被设置为 Anthemia logger <:TrackerPFP:1089051195722706964> Program.FRFRFRFRFRF() 方法 将获取的token和用户相关信息发送至指定Discord Webhook URL后,会调用FRFRFRFRFRF() 方法。关闭所有与 Discord 相关的进程,并检查特定的Discord目录是否存在,并在discord 客户端注入名为index.js...
通过调研,我们发现这些攻击Discord的恶意软件的源代码均来自于github用户Rdimo,主要代码来自Hazard-Token-Grabber-V2,攻击者大多仅修改用于回传信息的Discord频道的机器人webhooks。 值的一提的是Rdimo于18个小时前刚刚更新了其main函数,这个时间与此次攻击包更新时间(约11小时前)相吻合,我们推断攻击者是受了Rdimo...
值得一提的是,我们发现这些攻击Discord的恶意包代码均来自开源项目Hazard-Token-Grabber[3],其中替换index.js的相关代码来自该作者的另一个GitHub项目Injection[4]。 攻击者在__init__.py中定义了两个主要攻击函数main和HazardStealer,main函数片段如下所示。
logger.line() activity, status =awaitself.set_presence()ifactivityisnotNone: msg =f"Activityset to:{activity.type.name.capitalize()}"ifactivity.type == ActivityType.listening: msg +=f"to{activity.name}."else: msg +=f"{activity.name}."logger.info(msg)else: ...