Skip to content

NiliumMC/NiliumScan

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

NiliumScan 3.0

Only Linux Lightweight Minecraft Port Scanner Written In C/Ncurses

The Author assume no responsibility for errors/omissions/damages resulting from the use of this program!

Resources

wiki.vg - Minecraft Protocol Wiki
minecraft.fandom.com - Minecraft Wiki

Requirements

Manual Building

Clone the repo go to the build directory.

$ git clone https://github.com/TuiMC/NiliumScan
$ cd NiliumScan/build

Now you can build it with RELEASE or DEBUG type.

$ ./builder.sh R
$ ./builder.sh D

So you can combine this with clean flag.

$ ./builder.sh CR
$ ./builder.sh CD

And in the build folder you can see niliumscan binary.
Also you can enable the Sanitize with Debug mode.

$ ./builder.sh CSD

Note: If you are using Termux you also need to install Json-C packages.

$ apt update
$ apt install json-c json-c-static

TODO

  • SOCKS Proxy Support
  • Render Pretty MOTD
  • Render Server Icon
  • Saving Servers List to File
  • Default Config
  • Scanning Servers from File
  • Servers Auth Type Check

LICENSE

NiliumScan uses GNU GPLv3 license.
Copyright (C) 2022-2023 0Magenta0