Ready to Start Your Career?

By: kj2015
November 23, 2016
TCPING - NMAP's Cousin

By: kj2015
November 23, 2016

--post : use POST rather than GET (may avoid caching)--head : use HEAD rather than GET--proxy-server : specify a proxy server--proxy-port : specify a proxy port Debug Options:
-f: force tcping to send at least one byteIf you don't pass server-port, it defaults to 80.Examples -#tcping 127.0.0.1Probing 127.0.0.1:80/tcp - No response - time=2025.865msProbing 127.0.0.1:80/tcp - No response - time=2010.567msProbing 127.0.0.1:80/tcp - No response - time=2010.922msProbing 127.0.0.1:80/tcp - No response - time=2010.812msPing statistics for 127.0.0.1:804 probes sent.0 successful, 4 failed.Was unable to connect, cannot provide trip statistics.#tcping www.google.comProbing 68.124.200.82:80/tcp - Port is open - time=99.117msProbing 68.124.200.82:80/tcp - Port is open - time=86.670msProbing 68.124.200.82:80/tcp - Port is open - time=94.142msProbing 68.124.200.82:80/tcp - Port is open - time=109.817msPing statistics for 74.125.236.165:804 probes sent.4 successful, 0 failed.Approximate trip times in milli-seconds:Minimum = 86.670ms, Maximum = 109.817ms, Average = 97.436ms#tcping -h www.google.com** Requesting "" from www.google.com: (for various reasons, kbit/s is an approximation)Probing 68.124.200.82:80/tcp - HTTP is open - time=222.451ms rcv_time=4872.588 status=302 bytes=543 kbit/s=~0.874Probing 68.124.200.82:80/tcp - HTTP is open - time=270.149ms rcv_time=241.875 status=302 bytes=546 kbit/s=~18.900Probing 68.124.200.82:80/tcp - HTTP is open - time=369.240ms rcv_time=215.540 status=302 bytes=547 kbit/s=~21.615Probing 68.124.200.82:80/tcp - HTTP is open - time=200.043ms rcv_time=210.911 status=302 bytes=547 kbit/s=~21.698Ping statistics for 68.124.200.82:804 probes sent.4 successful, 0 failed.Approximate trip times in milli-seconds: Minimum = 200.743ms, Maximum = 367.240ms, Average = 267.596msApproximate download times in milli-seconds: Minimum = 211.911ms, Maximum = 4972.588ms, Average = 1407.229ms