Created
December 18, 2017 22:27
-
-
Save phrz/761717eb966f78249eb6a78d2aec0f98 to your computer and use it in GitHub Desktop.
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
| alias peers="nmap -sn 192.168.1.0/24|python3 -c $'import sys\n[print(\' \'.join(s.split(\' \')[4:]),end=\'\') for s in sys.stdin.readlines()[2::2]]'" |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment