Skip to content

Instantly share code, notes, and snippets.

@abdes-zakari
Last active December 18, 2021 23:38
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save abdes-zakari/db8f0d0a61efd986f05cf6d242f81b55 to your computer and use it in GitHub Desktop.
Save abdes-zakari/db8f0d0a61efd986f05cf6d242f81b55 to your computer and use it in GitHub Desktop.
windows ping port
// PowerShell cmd
Test-NetConnection -computername google.de -port 443
Test-NetConnection -computername 192.168.1.4 -port 80
Test-NetConnection -computername 192.168.1.7 -port 3306
// CMD terminal
telnet google.com 443
telnet 192.168.1.4 80
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment