Skip to content

Instantly share code, notes, and snippets.

@brly
Created June 25, 2017 15:26
Show Gist options
  • Save brly/aeeb9de128ada8140df5b387ff464a4f to your computer and use it in GitHub Desktop.
Save brly/aeeb9de128ada8140df5b387ff464a4f to your computer and use it in GitHub Desktop.
local ネットワーク内の IP 列挙

echo 192.168.10.{1..254} | xargs -P256 -n1 ping -s1 -c1 -W1 | grep ttl

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment