ping这个小工具大家都非常熟悉,但是他不能ping端口,当我们需要知道目的地址的某端口是否开放时,这时需要用到这个tcping小工具了,Windows没有自带这个小工具,需要自己下载下来,放到指定目录里面。

下载地址:点击打开链接                                    X64下载链接

放到C:\Windows\System32这个文件夹下

现在在测试一下:

这是32位的 tcping

64位的为tcping64,使用方法为:

官方有个英文版的具体参数使用说明

NAMEtcping - simulate "ping" over tcp by establishing a connection to network hosts.Measures the time for your system to [SYN], receive the target's [SYN][ACK] and send [ACK].  Note that the travel time forthe last ACK is not included - only the time it takes to be put on the wire a tthe sending end.SYNOPSIStcping [-tdsvf46] [-i interval] [-n times] [-w interval] [-b n] [-r times][-j depth] [--tee filename] [-f] destination [port]DESCRIPTIONtcping measures the time it takes to perform a TCP 3-way handshake (SYN, SYN/ACK, ACK) between itself and a remote host.The travel time of the outgoing final ACK is not included, only the (minimal) amount of time it has taken to drop it onthe wire at the near end.  This allows the travel time of the (SYN, SYN/ACK) to approximate the travel time of theICMP (request, response) equivalent.OPTIONS-4      Prefer using IPv4-6      Prefer using IPv6-t      ping continuously until stopped via control-c-n countsend _count_ pings and then stop.  Default 4.-i intervalWait _interval_ seconds between pings.  Default 1.  Decimals permitted.-w intervalWait _interval_ seconds for a response.  Default 2.  Decimals permitted.-d      include date and time on every output line-f      Force sending at least one byte in addition to making the connection.-g countGive up after _count_ failed pings.-b typeEnable audible beeps.'-b 1' will beep "on down".  If a host was up, but now its not, beep.'-b 2' will beep "on up".  If a host was down, but now its up, beep.'-b 3' will beep "on change".  If a host was one way, but now its the other, beep.'-b 4' will beep "always".-c      only show output on a changed state-r countEvery _count_ pings, we will perform a new DNS lookup for the host in case it changed.-s      Exit immediately upon a success.        -v      Print version and exit.-j      Calculate jitter.  Jitter is defined as the difference between the last response time and the historical average.-js depthCalculate jitter, as with -j but with an optional _depth_ argument specified. If _depth_ is specified tcping willuse the prior _depth_ values to calculate a rolling average.--tee _filename_Duplicate output to the _filename_ specified.  Windows can still not be depended upon to have a useful command line environment. Don't tease me, *nix guys.--appendWhen using --tee, append to rather than overwrite the output file.--fileTreat the "destination" option as a filename.  That file becomes a source of destinations, looped through on aline by line basis.  Some options don't work in this mode and statistics will not be kept.destinationA DNS name, an IP address, or (in "http" mode) a URL.Do not specify the protocol ("http://") in "http" mode.  Also do not specify server port via ":port" syntax.For instance:   "tcping http://www.elifulkerson.com:8080/index.html" would failUse the style:  "tcping www.elifulkerson.com/index.html 8080" instead.portA numeric TCP port, 1-65535.  If not specified, defaults to 80.--headerinclude a header with the command line arguments and timestamp.  Header is implied if using --tee.HTTP MODE OPTIONS   -h      Use "http" mode.  In http mode we will attempt to GET the specified document and return additional values includingthe document's size, http response code, kbit/s.-u      In "http" mode, include the target URL on each output line.--post  Use POST instead of GET in http mode.--head  Use HEAD instead of GET in http mode.--get   Shorthand to invoke "http" mode for consistency's sake.--proxy-server _proxyserver_Connect to _proxyserver_ to request the url rather than the server indicated in the url itself.--proxy-port _port_Specify the numeric TCP port of the proxy server.  Defaults to 3128.--proxy-credentials username:passwordSpecify a username:password pair which is sent as a 'Proxy-Authorization: Basic' header.RETURN VALUEtcping returns 0 if all pings are successful, 1 if zero pings are successful and 2 for mixed outcome.BUGS/REQUESTSPlease report bugs and feature requests to the author via contact information on http://www.elifulkerson.comAVAILABILITYtcping is available at http://www.elifulkerson.com/projects/tcping.php

Windows ping TCP端口工具之tcping相关推荐

  1. Windows根据TCP端口号查找进程PID再kill进程

    Windows根据TCP端口号查找进程PID再kill进程 Windows环境下,有时候TCP端口莫名其妙的被占用,导致正常的网络端口绑定失败,比如Android开发中,adb无法识别,有时候原因就是 ...

  2. Windows 中 TCP 端口 139 和 445 的使用

    Microsoft 在 Windows 2000 中引入了 TCP 端口 445,它仍在 Windows 10 和 Windows Server 2019 中使用.我将解释此端口的用途,以及它与 Wi ...

  3. tcping扫描所有端口_ping TCP端口的实用小工具tcping

    原标题:ping TCP端口的实用小工具tcping ping 大家都很熟悉的ping 命令,属于网络层的ICMP协议,只能检查 IP 的连通性或网络连接速度, 无法检测IP的端口状态. telnet ...

  4. 查看和修改Windows系统的端口范围

    一.实现效果 1.1.查看Windows系统当前[TCP.UDP]端口范围 1.2.设置Windows系统当前[TCP.UDP]端口范围 1.3.重新设置Windows系统[TCP.UDP]端口起始和 ...

  5. tcping,一个好用的TCP端口检测工具

    很多时候,我们需要测试tcp端口.ping命令虽然好用,但不能测试端口,因为ping基于ICMP协议,属于IP层协议,所以无法测试传输层的TCP/UDP端口. 幸好有tcping命令,可是其用法网上讲 ...

  6. windows下ping特定端口

    ## 原生ping命令 cmd中原生带有ping命令,但ping命令的缺点是无法指定目标端口,如果目标主机只开放了部分端口,则ping命令无法返回正确的结果. ## 介绍:telnet组件 telne ...

  7. tcp服务器修改端口号,RAKsmart服务器:Windows修改远程端口号的图文教程

    在使用RAKsmart服务器的时候,很多站长不会修改远程端口号,主机侦探教大家Windows修改远程端口号的图文教程. windows远程桌面默认使用的是3389,为了提高服务器安全性,可以修改默认端 ...

  8. windows tcp端口映射或端口转发

    windows tcp端口映射或端口转发 windows内部有一个叫netsh的玩意,可以把tcp端口进行映射或转发,可惜不支持udp. 举个例子: 一台windows有一个80端口,对外可以访问. ...

  9. 御剑高速TCP端口扫描工具

    鉴于CSDN平台想恰钱想疯了,连下载个软件也要付费/VIP 那我在这里就无私贡献出珍藏的--御剑高速TCP端口扫描工具 网址:百度网盘 请输入提取码 提取码:7fk6

  10. tcp服务器 中转,TCP中转站TCP端口中转工具(服务端+客户端)

    软件简介 Soft Introduction 服务端软件使用说明 TCP中转站服务端软件在压缩包的Tra nsferServer文件夹中,将压缩包解压后,首先编辑TransferServer.ini文 ...

最新文章

  1. MyBatis if标签的用法
  2. excel批量更改超链接_Excel如何批量建立超链接,搭建工作台
  3. 没看完这11 条,别说你精通 Python 装饰器
  4. abb变频器如何就地增加频率_abb变频器报接地故障如何处理,故障原因分析
  5. OVERLAPPED结构与GetOverlappedResult函数
  6. Windows10安装TeXlive和TeXstudio
  7. application.properties数据库敏感信息加密这么简单?
  8. 【转贴】龙芯内核发展策略 已经支持k8s
  9. sklearn之Pipeline 估计器
  10. oracle的sql的substr用法,oracle中substr函数的用法(sqlserver right)
  11. 程序员面试金典——11.5找出字符串
  12. 孙鑫VC++讲座笔记(一)
  13. wince植入胎压监测_wince设备通过USB连接线上网指南(原创)(测试成功)
  14. 删除整个目录(API)
  15. ubuntu18.04 安装 CAJ阅读器
  16. pythonshell窗口是什么_使用IDLE的Python shell窗口实例详解
  17. 图像处理——人脸情绪识别(python卷积神经网络)
  18. 微机原理与系统设计三:微处理器的结构与功能
  19. 【学习笔记之Openlayers3】要素保存篇(第四篇)
  20. html自动生成价格,Excel技巧:用VLOOKUP函数制作产品报价单,自动生成价格!

热门文章

  1. python中对文件、文件夹,目录的基本操作
  2. Debian9.5安装VNC并且配置vnc开机自启动
  3. Ubuntu 18.04安装
  4. 作业帮冯雪胡不归问题_作业帮学习平台微信服务号关注
  5. VS生成dump文件和调试dump文件
  6. java new 关键字到底做了什么?
  7. linux进程作业号,Linux系统进程管理及作业操作
  8. STL中常用容器的数据结构与底层实现
  9. MySQL查询优化和索引优化学习笔记
  10. 值得收藏的一些Java实战项目分享