Skip to content
This repository has been archived by the owner on Sep 12, 2022. It is now read-only.

Trard/token-stealer

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Token Stealer

Licence Stars

Bot to steal tokens from github.

Disclaimer

Bot for informational purposes only. I am not responsible for any damage caused by the bot inside my repository.

Installation

Node.js is required
Redis is required

Clon the bot:

git clone https://github.com/Trard/stealer.git

Add environment variables:

  • GITHUB_TOKEN="token from github"
  • STEALER_TELEGRAM_TOKEN="token from telegram bot"
  • STEALER_MONGO_LINK="link mongodb"

Install dependencies:

npm install

Run

Start the bot:

npm start