Skip to content
/ DOHA Public
forked from jeremylvln/DOHA

Database Of Hacked Accounts: Public database of hacked Minecraft accounts

Notifications You must be signed in to change notification settings

Nyroldiin/DOHA

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

30 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Database Of Hacked Accounts

Nowadays, people cheat a lot in Minecraft. As they want to play more and cheat even more, websites like MCLeaks provides Minecraft accounts for free. This is a problem: it means a cheater is able to reconnect indefinitely to a server—maybe your own!—and continue to cheat. Even if these services are totally legal because they run with thousands of accounts given by their respective owners, the question is, should we tolerate this and accept these players, or do we have to ban them to protect ourselves against the cheaters using these services?

How to use?

We provide a RESTful API, taking an UUID and answering if this UUID exists in the database or not.

https://doha.blueslime.fr/api/check/<UUID>

As example,

https://doha.blueslime.fr/api/check/29b2b527-1b59-45df-b7b0-d5ab20d8731a

answers,

{
  "exists": "false"
}

Contributing

This is a public database, and even if we are working on a bot to automatically fill this database, it will be faster if you help us!

Go to the MCLeaks website and redeem an ALT-Token. After, send a request to:

https://doha.blueslime.fr/api/ban/<ALT-TOKEN>

If the token is still valid, the account will be added to the database and be blacklisted immediately (it can take 1 hour to update this repository—crontab yee).

Also, we created a Google Chrome extension to help us and it's works very well! All the explainations on the Google Chrome Web Store.

About

Database Of Hacked Accounts: Public database of hacked Minecraft accounts

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 98.4%
  • Shell 1.6%