Skip to content

Instantly share code, notes, and snippets.

@equinox79
Created September 5, 2013 07:43
Show Gist options
  • Save equinox79/6447119 to your computer and use it in GitHub Desktop.
Save equinox79/6447119 to your computer and use it in GitHub Desktop.
ポートスキャン
# rhel
nc -z -w 0 localhost 1-100 && echo 'ok' || echo 'ng'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment