Skip to content

Instantly share code, notes, and snippets.

@ewalk153
Created October 7, 2013 10:08
Show Gist options
  • Select an option

  • Save ewalk153/6865484 to your computer and use it in GitHub Desktop.

Select an option

Save ewalk153/6865484 to your computer and use it in GitHub Desktop.
find a machine with a given port open
for i in {10..254}; do nc -v -n -z -w 1 192.168.36.$i 8000; done
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment