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*".
|
||||
|
||||
# Why?
|
||||
|
|
|
|||
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue