Small fixes.

This commit is contained in:
Eduard Tolosa 2020-09-02 23:38:14 -05:00
parent 7b7c47e5a8
commit 83b7f24cf8
2 changed files with 4 additions and 4 deletions

View file

@ -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*".
# Why?

View file

@ -26,13 +26,13 @@ args:
- output:
short: o
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
- unique-output:
short: u
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
multiple: false
conflicts_with:
@ -78,7 +78,7 @@ args:
takes_value: false
- 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
takes_value: true
multiple: false