mirror of
https://github.com/mubix/kaliwiki.git
synced 2025-10-29 16:59:26 +00:00
38 lines
1.3 KiB
Markdown
38 lines
1.3 KiB
Markdown
# zenmap
|
|
|
|
Notes
|
|
-------
|
|
|
|
Help Text
|
|
-------
|
|
```
|
|
Usage: zenmap [options] [result files]
|
|
|
|
Options:
|
|
--version show program's version number and exit
|
|
-h, --help show this help message and exit
|
|
--confdir=DIR Use DIR as the user configuration directory. Default:
|
|
/root/.zenmap
|
|
-f RESULT_FILES, --file=RESULT_FILES
|
|
Specify a scan result file in Nmap XML output format.
|
|
Can be used more than once to specify several scan
|
|
result files.
|
|
-n, --nmap Run Nmap with the specified args.
|
|
-p PROFILE, --profile=PROFILE
|
|
Begin with the specified profile selected. If combined
|
|
with the -t (--target) option, automatically run the
|
|
profile against the specified target.
|
|
-t TARGET, --target=TARGET
|
|
Specify a target to be used along with other options.
|
|
If specified alone, open with the target field filled
|
|
with the specified target
|
|
-v, --verbose Increase verbosity of the output. May be used more
|
|
than once to get even more verbosity
|
|
```
|
|
|
|
Example Usage
|
|
-------
|
|
|
|
Links
|
|
-------
|