Changeset 4056
- Timestamp:
- 02/15/09 18:32:34 (4 years ago)
- Location:
- trunk/share/umit/config
- Files:
-
- 3 modified
-
options.xml (modified) (1 diff)
-
profile_editor.xml (modified) (1 diff)
-
scan_profile.usp (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/share/umit/config/options.xml
r3993 r4056 507 507 need_root="0" 508 508 option="--script=%s"/> 509 <option 510 arguments="" 511 hint="Skip discovery stage altogether" 512 name="Disable ping" 513 need_root="1" 514 option="-PN"/> 515 <option 516 arguments="" 517 hint="Sends probes in parallel and is able to determine what sort of probe will be most effective based on scan results" 518 name="Traceroute" 519 need_root="1" 520 option="--traceroute"/> 509 521 510 522 </nmap_options> -
trunk/share/umit/config/profile_editor.xml
r3993 r4056 52 52 <option_check label="SYN ping" option="TCP SYN" /> 53 53 <option_check label="UDP probes" option="UDP Probe" /> 54 <option_check arg_type="" label="Disable ping" option="Disable ping"/> 55 <option_check arg_type="" label="Traceroute" option="Traceroute"/> 54 56 </Ping> 55 57 <Target label="Target options"> -
trunk/share/umit/config/scan_profile.usp
r4045 r4056 47 47 command = nmap -v %s 48 48 annotation = 49 50 [Quick traceroute] 51 description = 52 hint = 53 ports to scan = 80 54 annotation = 55 command = nmap -PN -p80 --traceroute %s 56 options = Disable ping,Ports to scan,Traceroute
