Skip to content

Instantly share code, notes, and snippets.

@Computer-Tsu
Created June 27, 2023 02:25
Show Gist options
  • Save Computer-Tsu/19b19fd74f5b864115183091c4ff5ecd to your computer and use it in GitHub Desktop.
Save Computer-Tsu/19b19fd74f5b864115183091c4ff5ecd to your computer and use it in GitHub Desktop.
for /L %i in (1,1,254) do @ping 192.168.1.%i -w 1 -n 1 ¦find /i "TTL="
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment