| 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 | | |