(chore): update manpage

This commit is contained in:
Eduard Tolosa 2025-07-27 17:00:24 -05:00
parent 55fd2cb2be
commit 3bb0ac4b35
2 changed files with 32 additions and 44 deletions

View file

@ -1,56 +1,52 @@
.\" DO NOT MODIFY THIS FILE! It was generated by help2man 1.48.5.
.TH RUSOLVER "1" "February 2022" "Rusolver 0.9.1" "User Commands"
.\" 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.9.1
rusolver \- manual page for rusolver 0.10.0
.SH SYNOPSIS
.B rusolver
[\fI\,OPTIONS\/\fR]
.SH DESCRIPTION
Rusolver 0.9.1
Eduard Tolosa <edu4rdshl@protonmail.com>
Fast DNS resolver written in Rust.
.SS "USAGE:"
.IP
rusolver [FLAGS] [OPTIONS]
.SS "FLAGS:"
.SH OPTIONS
.TP
\fB\-h\fR, \fB\-\-help\fR
Prints help information
\fB\-t\fR, \fB\-\-threads\fR <THREADS>
Number of threads. Default: 100 [default: 100]
.TP
\fB\-i\fR, \fB\-\-ip\fR
Show the discovered IP addresses. Default: false
\fB\-\-retries\fR <RETRIES>
Number of retries after lookup failure before giving up. Defaults to 0 [default: 0]
.TP
\fB\-\-no\-verify\fR
Disables the double verification algorithm for valid subdomains \fB\-NOT\fR RECOMMENDED\-. Default: false
\fB\-d\fR, \fB\-\-domain\fR <DOMAIN>
Target domain. When it's specified, a wordlist can be used from stdin for bruteforcing.
.TP
\fB\-q\fR, \fB\-\-quiet\fR
Enables quiet mode.
.TP
\fB\-V\fR, \fB\-\-version\fR
Prints version information
.SS "OPTIONS:"
.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>
\fB\-r\fR, \fB\-\-resolvers\fR <RESOLVERS>
File with DNS ips.
.TP
\fB\-\-retries\fR <retries>
Number of retries after lookup failure before giving up. Defaults to 0
\fB\-\-timeout\fR <TIMEOUT>
Timeout in seconds. Default: 3 [default: 3]
.TP
\fB\-t\fR, \fB\-\-threads\fR <threads>
Number of threads. Default: 100
\fB\-i\fR, \fB\-\-ip\fR
Display the record data.
.TP
\fB\-\-timeout\fR <timeout>
Timeout in seconds. Default: 3
\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
.B rusolver
is maintained as a Texinfo manual. If the
.B info
and
.B Rusolver
.B rusolver
programs are properly installed at your site, the command
.IP
.B info Rusolver
.B info rusolver
.PP
should give you access to the complete manual.