Nmap not returning network protocol [migrated]
I’m playing with Nmap in Python and after running these commands:
import nmap
nm = nmap.PortScanner()
nm.all_hosts() # returns 127.0.0.1
nm[‘127.0.0.1’].all_protocols() # returns an empty list []
I thought network proto… Continue reading Nmap not returning network protocol [migrated]