64

Interesting thing I did yesterday:

This is a program which loops over every word in the wamerican word database and checks if the username is available on the Mojang servers, thus, this is a Minecraft OG username finder, and it works beautifully.

I'm checking 72,000 words, the only thing is I can only check one per second, so the entire process takes about 20 hours. Any usernames which are available are sent into a text file for later viewing, and it remembers which word it looked at last if you can't have your computer on for 20 hours straight.

Very happy! Found quite a few good names so far!

Comments
  • 23
    The normal reaction should be:
    "but why ?"
    My reaction:
    Mojang server not ban you for generating that amount of requests? Or they have special db to checking names and they dont care if its alive :)
  • 6
    @damikon8
    You can send a url request to mojang and they reply with a html page with either the word true or false on if if the account exists or not. I assume They're just checking that page.
  • 2
    @Cyanite but mojang have to proceed request to they db to check if it is available or not. So they got 72k request not only to they site and to they db also (in big generalization cuz i dont know what happening under presentation layer)
  • 12
    @Cyanite @damikon8 Mojang allows 600 requests per 10 minutes, thus, one per second.
  • 4
    @AlgoRythm per Ip ? If you are bored you can try parallelization ;)
    Anyway nice job ;)
  • 10
    @damikon8 They didn't mention how they tracked the requests but I assume per IP. I honestly don't need it to go faster because I need to manually sort all of the usernames that come back as "Available"... About 4,000 so far.

    Interesting statistic from the data gathered so far: about 30% of the English language is available as a Minecraft username; 70% of the English language is already in use as a Minecraft username.

    And thank you :)

    [Edit: typos. New phone :/]
  • 0
    Also, now you can find available usernames :D
  • 11
    You could create a website providing available minecraft usernames and check every week or so, whether they are still available, based on the last known available usernames. 😀
  • 0
    Username checks out
  • 1
    Hm, interesting approach.

    Last i did *something* along those lines for educational purposes, of course.
    I used crunch to generate a bunch of wordlists and thc hydra through some proxy chains.. :)
  • 0
    Hey, interesting stuff. Would you like to talk a little more about that project? Do you have skype/instagram/snapchat for messaging?
  • 0
    @cr78 I missed your comment! So many notifications :b

    I have a Kik, will that work?
  • 0
    @AlgoRythm yeah sure, what's your name there, I'll add you :)
  • 0
    @cr78 Dylsonius

    It's an old username, one that haunts me to this day (literally)
Add Comment