Hello.


I have an issue with nmap. I have Kali on my vm installed.
When i'm logged as root try nmap -sP 192.168.0.*
nmap reported that every ip in the subnet 192.168.0.* was live. (actually, only 4 online). Meanwhile, ping command return correct result (i can ping all and only live hosts).
When i run
nmap -sP --unprivileged 192.168.0.*
Looks like it works, but return not all live hosts.
Why command nmap doesn't work without --unprivileged flag? How can i run it correctly?