The Nmap Command Constructor Wizard
The Nmap command constructor wizard allows the interactive creation of
Nmap command lines without having to remember, for example, that
-sS means “SYN scan”. Start the wizard
by selecting “Command Wizard” from the
“Tools” menu or by typing the
ctrl+I
keyboard shortcut. The start page of the wizard will be shown.
You must decide whether you wish to save the scan
description as a profile to run it again, or just make the command and
run it once. If you choose to create a profile, you will be prompted
to enter the profile's name and description.
Next you are presented with a series of pages that prompt you
interactively for Nmap options. Making a selection from the menus or
check boxes will change the command to reflect the selection. For
example, choosing a scan type of “TCP SYN Scan”
will add -sS to the command line. Checking
“Operating system detection” will add
-O to the command, and unchecking it will remove it
again.
When you get to the end of wizard, click “Apply”.
If you chose to create a new profile, it will be created and available
in the profile combo box. If you chose to create the command and run
it once, it will begin to run immediately.