-
-
Notifications
You must be signed in to change notification settings - Fork 24
/
Copy pathrusolver.1
56 lines (56 loc) · 1.39 KB
/
rusolver.1
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
.\" DO NOT MODIFY THIS FILE! It was generated by help2man 1.48.5.
.TH RUSOLVER "1" "February 2022" "Rusolver 0.9.1" "User Commands"
.SH NAME
Rusolver \- manual page for Rusolver 0.9.1
.SH DESCRIPTION
Rusolver 0.9.1
Eduard Tolosa <[email protected]>
Fast DNS resolver written in Rust.
.SS "USAGE:"
.IP
rusolver [FLAGS] [OPTIONS]
.SS "FLAGS:"
.TP
\fB\-h\fR, \fB\-\-help\fR
Prints help information
.TP
\fB\-i\fR, \fB\-\-ip\fR
Show the discovered IP addresses. Default: false
.TP
\fB\-\-no\-verify\fR
Disables the double verification algorithm for valid subdomains \fB\-NOT\fR RECOMMENDED\-. Default: false
.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>
File with DNS ips.
.TP
\fB\-\-retries\fR <retries>
Number of retries after lookup failure before giving up. Defaults to 0
.TP
\fB\-t\fR, \fB\-\-threads\fR <threads>
Number of threads. Default: 100
.TP
\fB\-\-timeout\fR <timeout>
Timeout in seconds. Default: 3
.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.