diff --git a/tools/zenmap.md b/tools/zenmap.md new file mode 100644 index 0000000..50caf25 --- /dev/null +++ b/tools/zenmap.md @@ -0,0 +1,37 @@ +# 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 +-------