|
Nmap Development
mailing list archives
Re: Zenmap profiles
From: David Fifield <david () bamsoftware com>
Date: Thu, 28 Aug 2008 14:22:24 -0600
On Sun, Aug 24, 2008 at 09:26:32PM -0600, David Fifield wrote:
Zenmap ships with a number of scan profiles. The list of profiles has
remained essentially unchanged for a year or more. I want your input on
which should stay and which should go. Of course a user can always
create her own profiles, but useful defaults are a big part of usable
software.
I checked in this new set of profiles.
[Intense scan]
command = nmap -PE -PA21,23,80,3389 -A -v -T4 %s
[Intense scan plus UDP]
command = nmap -PE -v -PA21,23,80,3389 -sU -A -T4 %s
[Intense scan, all TCP ports]
command = nmap -PE -v -p1-65535 -PA21,23,80,3389 -A -T4 %s
[Intense scan, no ping]
command = nmap -A -v -PN -T4 %s
[Ping scan]
command = nmap -PE -PA21,23,80,3389 -sP %s
[Quick scan]
command = nmap -T4 -F %s
[Quick scan plus]
command = nmap -T4 --version-light -sV -F -O %s
[Quick traceroute]
command = nmap -p22,23,25,80,3389 --traceroute -PN %s
[Regular scan]
command = nmap %s
[Slow comprehensive scan]
command = nmap -PE -v -PS21,22,23,25,80,113,31339 --script=all -PO -PA80,113,443,10042 -sU -PP -A -T4 %s
They won't automatically override your current profiles if you already
have a copy of scan_profile.usp in ~/.zenmap (that is, if you've ever
run Zenmap before). If you don't have any custom profiles you don't want
to lose you can delete ~/.zenmap/scan_profile.usp and Zenmap will
recreate it automatically.
Comments are welcome on the new profiles.
David Fifield
_______________________________________________
Sent through the nmap-dev mailing list
http://cgi.insecure.org/mailman/listinfo/nmap-dev
Archived at http://SecLists.Org
By Date
By Thread
Current thread:
- Re: Zenmap profiles, (continued)
- Re: Zenmap profiles David Fifield (Aug 28)
|