replydev / Quboscanner

Toy Minecraft Server Scanner

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Quboscanner

Very simple toy Minecraft Server Scanner. It uses my library mcping to mass scan the servers.

Download

You can download Quboscaner in the releases page
Or alternatively you can build from source

Usage

Java 19+ is required to run the scanner. Linux VPS/Dedicated System is strongly recommended for the best results.

To run it:

java -Dfile.encoding=UTF-8 --enable-preview -jar <jarName>.jar -i 164.132.200.* -p 25565-25577 -t 1000

Building

To build the software clone this repository with Intellij IDEA and compile the binary using the integrated maven utility.

Alternatively you can manually install Maven and compile from commandline. I advise using SDKMAN on *unix systems to install JDK 19 and Maven.

git clone https://github.com/replydev/Quboscanner.git
cd Quboscanner
mvn clean compile assembly:single

You will find the compiled jar in "target/" directory.

Contribution

Feel free to fork and make changes, any pull request is welcome.

About

Toy Minecraft Server Scanner

License:GNU General Public License v3.0


Languages

Language:Java 100.0%