Last active
August 23, 2020 01:49
-
-
Save vitran96/4c24ea12fd3040d9117f345d91f1a50d to your computer and use it in GitHub Desktop.
Scan local network ip address with NMap (Require sudo to do full mapping)
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
nmap -sP 192.168.1.0/24 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment