From 0d2f83db706f21da7d7af12cbd4fe20da9802293 Mon Sep 17 00:00:00 2001 From: Rob Date: Wed, 16 Feb 2022 07:48:27 -0600 Subject: [PATCH] update readme --- README.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 5213dfc..24b2f8a 100644 --- a/README.md +++ b/README.md @@ -28,7 +28,9 @@ Run `node ./scanner.js [options] --ip ` real 0m3.183s user 0m0.825s sys 0m0.334s -At this speed, a full /16 (123.45.0.0 - 123.45.255.255) will take about 13 and a half minutes to scan. + # cat example.csv | wc -l + 85 +In this example it took `3.183` seconds to scan `255` IP addresses, and find `85` MineCraft servers. At this speed, a full `/16` (`123.45.0.0 - 123.45.255.255`) will take about `13.5` minutes to scan. ## Limitations * Fails to scan more than a /16 without kicking the bucket... so you should probably stick to that or smaller ranges.