From 83b7f24cf8414c6b25c743cc9651ebb378b70ace Mon Sep 17 00:00:00 2001 From: Eduard Tolosa Date: Wed, 2 Sep 2020 23:38:14 -0500 Subject: [PATCH] Small fixes. --- README.md | 2 +- src/cli.yml | 6 +++--- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index e624657..b4b6da1 100644 --- a/README.md +++ b/README.md @@ -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? diff --git a/src/cli.yml b/src/cli.yml index c7a70a5..5f90b89 100644 --- a/src/cli.yml +++ b/src/cli.yml @@ -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