Skip to main content

You are not logged in. Your edit will be placed in a queue until it is peer reviewed.

We welcome edits that make the post easier to understand and more valuable for readers. Because community members review edits, please try to make the post substantially better than how you found it, for example, by fixing grammar or adding additional resources and hyperlinks.

3
  • 3
    why 192.168.1.0/24? what means? Commented Nov 7, 2015 at 13:15
  • 6
    nmap -sA 192.168.1.0/24 nmap option -sA shows similar descriptive results with better readability, which includes device name, IP, mac, etc as with option -sP. I personally prefer -sA over -sP for the readability sake. Commented Feb 3, 2016 at 10:17
  • 2
    @Tarlo_x superuser.com/questions/970380/… Commented Sep 2, 2018 at 9:30