mirror of
https://github.com/edu4rdshl/unimap.git
synced 2026-07-17 23:24:49 +00:00
Small fixes.
This commit is contained in:
parent
7b7c47e5a8
commit
83b7f24cf8
2 changed files with 4 additions and 4 deletions
|
|
@ -1,4 +1,4 @@
|
||||||
# unimap
|
# Unimap
|
||||||
Scan only once by IP address and reduce scan times with Nmap for large amounts of data. Unimap is an abbreviation of "Unique Nmap *Scan*".
|
Scan only once by IP address and reduce scan times with Nmap for large amounts of data. Unimap is an abbreviation of "Unique Nmap *Scan*".
|
||||||
|
|
||||||
# Why?
|
# Why?
|
||||||
|
|
|
||||||
|
|
@ -26,13 +26,13 @@ args:
|
||||||
- output:
|
- output:
|
||||||
short: o
|
short: o
|
||||||
long: output
|
long: output
|
||||||
help: Write to an output file. The name of the output file will be the target string with TXT format.
|
help: Write to an output file. The name of the output file will be unimap-log-date.
|
||||||
takes_value: false
|
takes_value: false
|
||||||
|
|
||||||
- unique-output:
|
- unique-output:
|
||||||
short: u
|
short: u
|
||||||
long: unique-output
|
long: unique-output
|
||||||
help: Write all the results for a target or a list of targets to a specified filename.
|
help: Write the output in CSV format to the specified filename.
|
||||||
takes_value: true
|
takes_value: true
|
||||||
multiple: false
|
multiple: false
|
||||||
conflicts_with:
|
conflicts_with:
|
||||||
|
|
@ -78,7 +78,7 @@ args:
|
||||||
takes_value: false
|
takes_value: false
|
||||||
|
|
||||||
- logs-dir:
|
- logs-dir:
|
||||||
help: Path to save the subdomains HTML data.
|
help: Path to save the CSV data of the process. Default to logs/ when using -o.
|
||||||
long: logs-dir
|
long: logs-dir
|
||||||
takes_value: true
|
takes_value: true
|
||||||
multiple: false
|
multiple: false
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue