Changeset 4068

Show
Ignore:
Timestamp:
02/16/09 15:54:36 (4 years ago)
Author:
gpolo
Message:

--- Reverse-merging r4067 through r3898 into 'xmldisplay.py'

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • branch/nmapparser/utils/xmldisplay.py

    r4067 r4068  
    5555    pprint(np.nmap["hosts"][-1].status['state']) 
    5656 
    57     for host in np.nmap["hosts"]: 
    58         print host.get_open_ports(), host.get_filtered_ports(), host.get_scanned_ports() 
    59         print host.get_vendor() 
    60         print host.get_number_of_hops() 
    61         print host.get_hostname() 
    62         print host.get_services(), "<<<<" 
    63         print host.ip, host.ipv6, host.mac 
    64  
    65     print np.formated_finish_date 
    66     #print np.ipv4 
    67     #print np.ipv6 
    68     #print np.mac 
    69     #print np.hostnames 
    70     #print np.scan_type 
    71     #print np.protocol 
    72     #print np.num_services 
    73     #print np.services_scanned 
    74     #print np.nmap['taskbegin'] 
    75  
    7657 
    7758def main():