A utility for scanning ntp daemons
Find a file
2025-11-30 05:52:53 +01:00
src remove unused import 2025-11-30 05:52:53 +01:00
.gitignore Initial 2025-05-23 01:38:29 +02:00
Cargo.lock add concurrency 2025-06-05 05:37:36 +02:00
Cargo.toml add concurrency 2025-06-05 05:37:36 +02:00
README add readme 2025-06-22 20:49:32 +02:00

ntpscan 0.1.0
Tool for scanning ntp servers
by Rein Fernhout (LevitatingBusinessMan)

Usage: ntpscan [OPTIONS] <TARGET>...

Arguments:
  <TARGET>...  Targets to scan

Options:
      --iplist <IPLIST>
          Targets to scan
      --blocklist <BLOCKLIST>
          Blocklist (other than default) (disabled)
  -t, --threads <THREADS>
          Threads [default: 2]
      --targets-per-thread <TARGETS_PER_THREAD>
          Targets per thread [default: 1000]
  -r, --retries <RETRIES>
          How often to retry sending a packet [default: 1]
  -p, --poll <POLL>
          How long to wait for a reply (in ms) [default: 1000]
  -f, --output-format <OUTPUT_FORMAT>
          Output format (disabled) [default: plain] [possible values: plain, csv, xml]
  -o, --output-file <OUTPUT_FILE>
          Output file
  -v, --verbose...
          Verbosity level
      --dry-run
          Do not send packets (disabled)
      --spread <SPREAD>
          Interval in-between sent packets in secs
      --no-identify
          
      --identify
          Do not attempt daemon identification
      --no-readvars
          
      --readvars
          Do not attempt daemon identification
  -h, --help
          Print help
  -V, --version
          Print version