Notice
Recent Posts
Recent Comments
준호씨의 블로그
tcping - check a specific port is open 본문
반응형
Sometimes we want to know a specific port is open or not.
check 80 port of google.com
$ tcping google.com 80
google.com port 80 open.
check 8080 port of daum.net
$ tcping daum.net 8080
daum.net port 8080 closed.
check 25 port of mta5.am0.yahoodns.net
$ tcping mta5.am0.yahoodns.net 25
mta5.am0.yahoodns.net port 25 open.
If you want to use it on a Mac, install it first.
$ brew install tcping
반응형
'개발이야기' 카테고리의 다른 글
How to subtract two files using grep (0) | 2017.05.18 |
---|---|
python - Number to String. String-Number concatenation (0) | 2017.05.11 |
SPF should written in TXT Record (not SPF Record) (0) | 2017.04.24 |
iOS 점유율 확인 (0) | 2017.03.10 |
Hello CodeIgniter (0) | 2017.01.25 |
Comments