mirror of
https://github.com/edu4rdshl/rusolver.git
synced 2026-07-17 23:24:55 +00:00
52 lines
1.3 KiB
Groff
52 lines
1.3 KiB
Groff
.\" DO NOT MODIFY THIS FILE! It was generated by help2man 1.49.3.
|
|
.TH RUSOLVER "1" "July 2025" "rusolver 0.10.0" "User Commands"
|
|
.SH NAME
|
|
rusolver \- manual page for rusolver 0.10.0
|
|
.SH SYNOPSIS
|
|
.B rusolver
|
|
[\fI\,OPTIONS\/\fR]
|
|
.SH DESCRIPTION
|
|
Fast DNS resolver written in Rust.
|
|
.SH OPTIONS
|
|
.TP
|
|
\fB\-t\fR, \fB\-\-threads\fR <THREADS>
|
|
Number of threads. Default: 100 [default: 100]
|
|
.TP
|
|
\fB\-\-retries\fR <RETRIES>
|
|
Number of retries after lookup failure before giving up. Defaults to 0 [default: 0]
|
|
.TP
|
|
\fB\-d\fR, \fB\-\-domain\fR <DOMAIN>
|
|
Target domain. When it's specified, a wordlist can be used from stdin for bruteforcing.
|
|
.TP
|
|
\fB\-r\fR, \fB\-\-resolvers\fR <RESOLVERS>
|
|
File with DNS ips.
|
|
.TP
|
|
\fB\-\-timeout\fR <TIMEOUT>
|
|
Timeout in seconds. Default: 3 [default: 3]
|
|
.TP
|
|
\fB\-i\fR, \fB\-\-ip\fR
|
|
Display the record data.
|
|
.TP
|
|
\fB\-e\fR, \fB\-\-enable\-double\-check\fR
|
|
Enable the double verification algorithm for subdomains. Default: false
|
|
.TP
|
|
\fB\-q\fR, \fB\-\-quiet\-flag\fR
|
|
Quiet mode, no output except errors.
|
|
.TP
|
|
\fB\-h\fR, \fB\-\-help\fR
|
|
Print help
|
|
.TP
|
|
\fB\-V\fR, \fB\-\-version\fR
|
|
Print version
|
|
.SH "SEE ALSO"
|
|
The full documentation for
|
|
.B rusolver
|
|
is maintained as a Texinfo manual. If the
|
|
.B info
|
|
and
|
|
.B rusolver
|
|
programs are properly installed at your site, the command
|
|
.IP
|
|
.B info rusolver
|
|
.PP
|
|
should give you access to the complete manual.
|