How to list down hosts with nmap 5.51
        Posted  
        
            by 
                Wild Bill
            
        on Server Fault
        
        See other posts from Server Fault
        
            or by Wild Bill
        
        
        
        Published on 2012-07-10T13:43:40Z
        Indexed on 
            2012/07/10
            15:17 UTC
        
        
        Read the original article
        Hit count: 292
        
nmap
I was using nmap 5.21 with the -PN, -F and --reason flags in version 5.21. I was outputting the results to an XML file. It would list ALL hosts (say I gave it a /24 subnet to scan. I then updated to 5.51 and ran the exact same command, but it no longer lists down hosts, just ones that are up. Is there a new flag to list down hosts? OR did this get removed in 5.51?
My full options are:
-sS -n -PN -SV -F --reason
I've also used and removed --open but it will not list down hosts in my XML output.
© Server Fault or respective owner