Skip to content

Instantly share code, notes, and snippets.

@rosivaldo
Created April 16, 2024 17:47
Show Gist options
  • Save rosivaldo/ca30329b0c158b486fc5003d7b0d55f3 to your computer and use it in GitHub Desktop.
Save rosivaldo/ca30329b0c158b486fc5003d7b0d55f3 to your computer and use it in GitHub Desktop.
Quick discover port connectivity, if you don't have nc or can't install it
#!/bin/bash
</dev/tcp/ip.add.r/port && echo conn-OK || echo conn-ERR
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment