Created
          October 24, 2017 02:59 
        
      - 
      
- 
        Save ailtonbsj/3b7fdf707a3087c90ef21d19b2caa548 to your computer and use it in GitHub Desktop. 
    Get all IPs alives on your local network
  
        
  
    
      This file contains hidden or 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
    
  
  
    
  | #Needs apt install nmap | |
| nmap -sP 192.168.1.* | grep for | awk {'print $5 " " $6'} | 
  
    Sign up for free
    to join this conversation on GitHub.
    Already have an account?
    Sign in to comment