Skip to content

Instantly share code, notes, and snippets.

@iamwildtuna
Created March 10, 2022 11:25
Show Gist options
  • Save iamwildtuna/c2e85d71c59893b2eb2a18bbc7467947 to your computer and use it in GitHub Desktop.
Save iamwildtuna/c2e85d71c59893b2eb2a18bbc7467947 to your computer and use it in GitHub Desktop.
wildtuna-zen-article1-2
// MacOS
nc -z -v -u grayloghost.com 12311
Connection to grayloghost.com port 12311 [udp/*] succeeded!
// Linux
nc -z -v -u grayloghost.com 12311
Ncat: Version 7.50 ( https://nmap.org/ncat )
Ncat: Connected to 10.80.80.2:12311.
Ncat: UDP packet sent successfully
Ncat: 1 bytes sent, 0 bytes received in 2.01 seconds.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment