Created
December 10, 2019 09:55
-
-
Save hoodoer/6372c47edd44d6f8b7cc3526ee6ec25a to your computer and use it in GitHub Desktop.
Nmap output, open port counter
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
cat nmapOutput.gnmap | grep -E -o '[0-9]{1,5}/open' | sort | uniq -c | sort -r | head -n 20 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment