A utility for scanning ntp daemons
- Rust 100%
| src | ||
| .gitignore | ||
| Cargo.lock | ||
| Cargo.toml | ||
| README | ||
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