From e1379038a4dcceea204bbd5e8bc0fd4ace565d9f Mon Sep 17 00:00:00 2001 From: Robert Whitney Date: Mon, 23 Dec 2024 02:52:38 -0800 Subject: [PATCH] derp --- README.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 9c695c2..c20bf8a 100644 --- a/README.md +++ b/README.md @@ -15,7 +15,8 @@ Run `node ./scanner.js [options] --ip ` `node ./scanner.js --ip 192.168.1.0/24 --port 25565-25569 --show-desc --min-players 1 --max-players 100 --out report.csv` `node ./scanner.js --ip 192.168.1.0/24 --port 25565-25569 --show-desc --min-players 1 --max-players 100 --version '1.8.*' --out 1.8.x-servers.csv` `node ./scanner.js --ip 192.168.1.0/24 --port 25565-25569 --show-desc --min-players 1 --max-players 100 --version '*forge*' --out forge-servers.csv` -### CLI Options + +### Options * `--ip ` - IP Address or Range of IP Addresses with CIDR notation (eg- 192.168.1.0/24) * `--port ` - Ports to look for minecraft servers on. (Default: `25565-25566`) * `--min-players ` - Minimum number of players. @@ -53,3 +54,4 @@ In this example it took `3.183` seconds to scan `255` IP addresses, and find `85 ## Limitations * Fails to scan more than a /10 without kicking the bucket... so you should probably stick to that or smaller ranges. * Working on a Minecraft bot client... doesn't work though... you can see how badly it doesn't work by using `--enable-client` flag... it is totally broken. **Don't use it**. +* Above limitations are solved by running [BBCrawler](https://github.com/xnite/BBCrawler) instead but that is more complex than most people will want. \ No newline at end of file