kaliwiki/tools/zenmap.md
2014-02-05 00:39:42 -05:00

1.3 KiB

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