mirror of
https://github.com/edu4rdshl/unimap.git
synced 2026-07-17 23:24:49 +00:00
Bump version.
This commit is contained in:
parent
1b79bcd334
commit
b969fd74e9
4 changed files with 162 additions and 2 deletions
78
unimap.1
Normal file
78
unimap.1
Normal file
|
|
@ -0,0 +1,78 @@
|
|||
.\" DO NOT MODIFY THIS FILE! It was generated by help2man 1.48.3.
|
||||
.TH UNIMAP "1" "May 2021" "Unimap 0.4.0" "User Commands"
|
||||
.SH NAME
|
||||
Unimap \- manual page for Unimap 0.4.0
|
||||
.SH DESCRIPTION
|
||||
Unimap 0.4.0
|
||||
Eduard Tolosa <edu4rdshl@protonmail.com>
|
||||
Scan only once by IP address and reduce scan times with Nmap for large amounts of data.
|
||||
.SS "USAGE:"
|
||||
.IP
|
||||
unimap [FLAGS] [OPTIONS]
|
||||
.SS "FLAGS:"
|
||||
.TP
|
||||
\fB\-\-fast\-scan\fR
|
||||
Use fast scanning for ports (no version detection).
|
||||
.TP
|
||||
\fB\-h\fR, \fB\-\-help\fR
|
||||
Prints help information
|
||||
.TP
|
||||
\fB\-k\fR, \fB\-\-no\-keep\-nmap\-logs\fR
|
||||
Keep Nmap XML files created in the logs/ folder for every scanned IP. This data will be
|
||||
useful for other tasks.
|
||||
.TP
|
||||
\fB\-o\fR, \fB\-\-output\fR
|
||||
Write to an output file. The name of the output file will be unimap\-log\-date.
|
||||
.TP
|
||||
\fB\-q\fR, \fB\-\-quiet\fR
|
||||
Remove informative messages.
|
||||
.TP
|
||||
\fB\-r\fR, \fB\-\-raw\-output\fR
|
||||
Use raw output instead of a table.
|
||||
.TP
|
||||
\fB\-\-url\-output\fR
|
||||
Use HOST:IP output format.
|
||||
.TP
|
||||
\fB\-V\fR, \fB\-\-version\fR
|
||||
Prints version information
|
||||
.SS "OPTIONS:"
|
||||
.TP
|
||||
\fB\-\-resolvers\fR <custom\-resolvers>...
|
||||
Path to a file (or files) containing a list of DNS IP address. If no
|
||||
specified then 1.6k of built\-in valid DNS servers from public\-dns.info are
|
||||
used.
|
||||
.TP
|
||||
\fB\-f\fR, \fB\-\-file\fR <files>...
|
||||
Use a list of targets writen in a file as input.
|
||||
.TP
|
||||
\fB\-\-logs\-dir\fR <logs\-dir>
|
||||
Path to save the CSV data of the process and/or Nmap XML files. Default to
|
||||
logs/.
|
||||
.TP
|
||||
\fB\-\-min\-rate\fR <min\-rate>
|
||||
Nmap \fB\-\-min\-rate\fR value for ports scan.
|
||||
.TP
|
||||
\fB\-\-ports\fR <ports>
|
||||
Ports to scan. You can specify a range of ports, a list, or both. Put them
|
||||
inside double quotes, for example: "22, 80, 443, 1000\-5000"
|
||||
.TP
|
||||
\fB\-t\fR, \fB\-\-target\fR <target>
|
||||
Target host.
|
||||
.TP
|
||||
\fB\-\-threads\fR <threads>
|
||||
Number of threads to use to perform the resolution.
|
||||
.TP
|
||||
\fB\-u\fR, \fB\-\-unique\-output\fR <unique\-output>
|
||||
Write the output in CSV format to the specified filename.
|
||||
.SH "SEE ALSO"
|
||||
The full documentation for
|
||||
.B Unimap
|
||||
is maintained as a Texinfo manual. If the
|
||||
.B info
|
||||
and
|
||||
.B Unimap
|
||||
programs are properly installed at your site, the command
|
||||
.IP
|
||||
.B info Unimap
|
||||
.PP
|
||||
should give you access to the complete manual.
|
||||
Loading…
Add table
Add a link
Reference in a new issue