Skip to content

Instantly share code, notes, and snippets.

@iamwildtuna
Created March 10, 2022 11:24
Show Gist options
  • Save iamwildtuna/f67b498bb57602bbc64aabf4f25b07f2 to your computer and use it in GitHub Desktop.
Save iamwildtuna/f67b498bb57602bbc64aabf4f25b07f2 to your computer and use it in GitHub Desktop.
wildtuna-zen-article1-1
nc testmysql.domain.com 3306
W
5.5.62-0+deb8u1-log��sU/({V{)��!�X^OS2@+UIQ9hmysql_native_password
// -z - Не посылать данные (сканирование портов)
// -v - Дополнительная диагностика (verbose)
nc -z -v testmysql.domain.com 3306
Connection to testmysql.domain.com port 3306 [tcp/mysql] succeeded!
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment