mirror of
https://github.com/mubix/kaliwiki.git
synced 2025-10-29 16:59:26 +00:00
Added zenmap
This commit is contained in:
parent
989e24d496
commit
e2bdce0a72
37
tools/zenmap.md
Normal file
37
tools/zenmap.md
Normal file
@ -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
|
||||
-------
|
||||
Loading…
x
Reference in New Issue
Block a user