AntiBotProxy (Minecraft proxyserver against Bot Attacks)

Discussion in 'Bukkit Tools' started by 200dvd, Nov 25, 2013.

Thread Status:
Not open for further replies.
  1. Offline

    200dvd

    [​IMG]

    Anti Bot Proxy
    AntiBotProxy is a Minecraft Proxyserver against Bot Attacks. This is a standalone application, not a Plugin! When you have your own server on your own host you can use this application to stop bot attacks. High performance is guaranteed because its work before the minecraft server.
    AntiBotProxy 1.5
    • block Joinbot's
    • you can set the maxConnectionsPerIP
    • you can validateUsernames(Pattern "[A-Za-z0-9_]{2,16}")
    • you can blockNames
    Installation & Configuration:
    Start the Proxy


    java -jar AntiBotProxy-x.x.jar

    It creates a file called "config.prop".
    Configuration
    Connection:


    Code:
    from=127.0.0.1:25565
    to=127.0.0.1:25566
    A player connect from xxx.xxx.xxx.xxx <<<Internet>>> 127.0.0.1:25565 <<<Proxy>>> 127.0.0.1:25566.


    Code:
    backlog=500
    KICK_MESSAGE_PING=[AntiBotProxy] Please add the Server to your Serverlist!
    KICK_MESSAGE_BLOCKED_NAME=[AntiBotProxy] Your name contains: {blocked}
    KICK_MESSAGE_VALIDATE_NAME=[AntiBotProxy] I can't validate your Username!
    KICK_MESSAGE_MAX_CONNECTIONS=[AntiBotProxy] You may have exceeded the maximum number of connections to this server.!
    maxConnectionsPerIP=2
    validateUsernames=true
    blockedNames=notch;god;admin
    logFile=proxy.log
    loggerLevel=INFO


    [​IMG]




    AntiBotProxy Repo:
    https://bitbucket.org/200dvd/antibotproxy
    Builds from Build Server:
    http://dev.kobosil.me:8080/job/AntiBotProxy/

    Development builds of this project can be acquired at the provided continuous integration server. These builds have not been approved by the BukkitDev staff. Use them at your own risk.
     
  2. Offline

    Garris0n

    Just for the record, I could create a bot that pings the server before join and logs in each user on a proxy, but this looks good.
     
  3. Offline

    200dvd

    me too, but the SKiddys ;)
     
    Garris0n likes this.
  4. Offline

    Garris0n

  5. Offline

    Ivan

    If you put online-mode=true , you wont have to deal with all those randomly generated usernames and it'll reduce the amount of bot attacks since the attacker needs an account list.
     
Thread Status:
Not open for further replies.

Share This Page