Skip to content

Instantly share code, notes, and snippets.

@xyzkab
Created June 28, 2020 03:55
Show Gist options
  • Save xyzkab/237542b3e50eddc86611ffe1205f5fc2 to your computer and use it in GitHub Desktop.
Save xyzkab/237542b3e50eddc86611ffe1205f5fc2 to your computer and use it in GitHub Desktop.
gnmap
grep -oP '(?<=Ports: ).*(?=Ignored)' | sed 's/\,\s/\n/g' | awk '/open/{print $1}'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment