Changeset 4056

Show
Ignore:
Timestamp:
02/15/09 18:32:34 (4 years ago)
Author:
luis
Message:

Added -PN, --traceroute and Quick traceroute profile

Location:
trunk/share/umit/config
Files:
3 modified

Legend:

Unmodified
Added
Removed
  • trunk/share/umit/config/options.xml

    r3993 r4056  
    507507    need_root="0"  
    508508    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"/> 
    509521 
    510522</nmap_options> 
  • trunk/share/umit/config/profile_editor.xml

    r3993 r4056  
    5252    <option_check label="SYN ping" option="TCP SYN" /> 
    5353    <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"/> 
    5456  </Ping> 
    5557  <Target label="Target options"> 
  • trunk/share/umit/config/scan_profile.usp

    r4045 r4056  
    4747command = nmap -v %s 
    4848annotation =  
     49 
     50[Quick traceroute] 
     51description =  
     52hint =  
     53ports to scan = 80 
     54annotation =  
     55command = nmap -PN -p80 --traceroute %s 
     56options = Disable ping,Ports to scan,Traceroute