Created
April 6, 2020 15:37
-
-
Save Zobber/cae8cad56bf6d9667fc197a965a33d81 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
#nmap -sS -p- -v --open -Pn -n -T5 192.168.1.50-135| stdbuf -oL ag on |ag 192| stdbuf -oL awk '{print $6,$4}' OFS=, | sed '1i IP,Puertos' > red ; cat red |......group_by(.Puertos)[] | {(.[0].Puertos): [.[] | .IP]}' | tr -d '"[]' | egrep -v '{|}' | colout ... |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment