Created
April 6, 2020 15:37
-
-
Save Zobber/aaf448b8bbede7319e63a668b2ce96b6 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
echo;for cai in $(seq 131 150) ;do sudo nmap -sV -F -v -Pn -n --min-rate 50 192.168.1.$cai -oG - |ag -v 'Status|\#'|sed 's/()/,/;s/Ports://'|sed 's/Ignored.*//'| tr '/' ' '| ... colout ... |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment