Created
March 10, 2022 11:25
-
-
Save iamwildtuna/c2e85d71c59893b2eb2a18bbc7467947 to your computer and use it in GitHub Desktop.
wildtuna-zen-article1-2
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
// 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