Skip to content

replydev/Quboscanner

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

65 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.