Coder Social home page Coder Social logo

games647 / minecraft-blocked-servers Goto Github PK

View Code? Open in Web Editor NEW
7.0 8.0 5.0 141 KB

Mojang blocked servers if they violate the EULA. A fork of https://git.aperture.lol/projects/MOJANG/repos/blockedservers

License: The Unlicense

Java 96.64% PHP 3.36%
minecraft eula banned-server blocked-server mojang

minecraft-blocked-servers's Introduction

Minecraft-Blocked-Servers

Description

Since Minecraft 1.9.3 r2 Mojang wants to ban servers if they don't comply with the Minecraft EULA. Mojang contacts these servers by email ("Mojang BrandEnforcement"). If they still not follow the EULA the server address will be added (hashed with SHA-1) to the list below. If the Minecraft client wants to connect to the banned server, they will just disconnect with the message: "java.net.SocketException: Network is unreachable" which actual means the server is down. (=>misleading message)

Update: Found out that they have also wildcard support. So for example *.server.com or 0.0.0.* can be banned too.

Update 2: Cracked/offline mode player will also receive this message

Update 3: Thanks to @DutchPlays for nearly completing the list of all servers (just one server is missing)

Update 4: All servers are found

List of all blocked servers

https://sessionserver.mojang.com/blockedservers

Reddit post

https://www.reddit.com/r/Minecraft/comments/4h3c6u/mojang_is_blocking_certain_servers_as_of_193_r2/

Minecraft related code

In Minecraft 1.9.3 r2

  • Disconnect: File: beg.class Line: 52-67 Method:
private void a(String, int)
  • Download the list and check every entry: File: bcd.class Line: 2968-3002 Method:
public boolean a(String)
  • Hash generate from address File: bcd.class Line: 3006 Method:
public boolean a(String)

In Minecraft 1.9.3 r3 and 1.9.3 official release

Implementation was re-added. Now with wildcards.

Mojang introduced a new library. This can be found in .minecraft/libraries/com/mojang/netty/1.4

There you can find the method

isBlockedServer(String)

, which is nearly equal to the one in 1.9.3 r2. This makes it possible to block these servers also for older Minecraft versions .

minecraft-blocked-servers's People

Contributors

foxieflakey avatar games647 avatar jochem-w avatar nightdevel avatar yive avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

minecraft-blocked-servers's Issues

deleted-dict.txt

what exactly is this list? thats the list of all minecraft servers? there is no so much info about that

More founds

65ca8860fa8141da805106c0389de9d7c17e39bf:*.howdoiblacklistsrv.host
f3df314d1f816a8c2185cd7d4bcd73bbcffc4ed8:*.mojangsentamonkeyinto.space

What is deleted-dict.txt?

As the title suggests, what is it? Do servers contained in deleted-dict.txt get blocked from chat, or is that yet another block list?

?

I wonder, how do you crack these?

Also, I'm adding this list to http://wiki.vg/Mojang_API#Blocked_Servers Is that okay?
Here's what I want to add there:

=== Response ===
<pre>
27ae74becc8cd701b19f25d347faa71084f69acd
6f2520f8bd70a718c568ab5274c56bdbbfc14ef4
b13009db1e2fbe05465716f67c8d58b9c0503520
3e560742576af9413fca72e70f75d7ddc9416020
e3985eb936d66c9b07aa72c15358f92965b1194e
b140bec2347bfbe6dcae44aa876b9ba5fe66505b
c005ad34245a8f2105658da2d6d6e8545ef0f0de
11a2c115510bfa6cb56bbd18a7259a4420498fd5
75df09492c6c979e2db41116100093bb791b8433
c78697e385bfa58d6bd2a013f543cdfbdc297c4f
c645d6c6430db3069abd291ec13afebdb320714b
709a849e4e7a986c8165083dccb9857bcb04c67b
073ca448ef3d311218d7bd32d6307243ce22e7d0
33839f4006d6044a3a6675c593fada6a690bb64d
4d303ec6c914007f3214ce9184e1891e97af71de
266723d98e2cccb7b45c9364c7716efe4da00dfa
</pre>

All of the current hashes except one have been cracked. They are as follows:
<pre>
27ae74becc8cd701b19f25d347faa71084f69acd : *.arkhamnetwork.org
6f2520f8bd70a718c568ab5274c56bdbbfc14ef4 : *.minetime.com
b13009db1e2fbe05465716f67c8d58b9c0503520 : *.endercraft.com
3e560742576af9413fca72e70f75d7ddc9416020 : *.insanefactions.org
e3985eb936d66c9b07aa72c15358f92965b1194e : *.insanenetwork.org
b140bec2347bfbe6dcae44aa876b9ba5fe66505b : *.phoenixnexus.net
c005ad34245a8f2105658da2d6d6e8545ef0f0de : *.skygod.us
75df09492c6c979e2db41116100093bb791b8433 : *.timelesspvp.net
11a2c115510bfa6cb56bbd18a7259a4420498fd5 : *.slaughterhousepvp.com
c78697e385bfa58d6bd2a013f543cdfbdc297c4f : *.mineaqua.net
c645d6c6430db3069abd291ec13afebdb320714b : *.mineaqua.es
709a849e4e7a986c8165083dccb9857bcb04c67b : Not cracked yet.
073ca448ef3d311218d7bd32d6307243ce22e7d0 : *.diacraft.org
33839f4006d6044a3a6675c593fada6a690bb64d : *.diacraft.de
4d303ec6c914007f3214ce9184e1891e97af71de : *.menoxia.com
266723d98e2cccb7b45c9364c7716efe4da00dfa : *.styxnetwork.net

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.