Port ping

Author: f | 2025-04-25

★★★★☆ (4.8 / 1251 reviews)

mocha tn5250

The ping command can not be used to ping a specific port. Followings are some other ways to ping to specific port. ping port using telnet command telnet HOST PORT telnet Conversely, port ping hones in on the examination of a particular port’s accessibility on a target computer. Unlike conventional ping, port ping solely focuses on port

words that rhyme with tool

totatca/ping-port-windows: ping-port-windows - GitHub

2.0.4 • Public • Published a year ago ReadmeCode Beta3 Dependencies5 Dependents19 VersionsWelcome to 👋installnpm install ping-tcp-jspingparamconst client = require("ping-tcp-js");// orimport client from "ping-tcp-js";const host = "google.com";const port = 80;await client.ping( { host, port }, { timeout: 5000 } // optional);hostconst client = require("ping-tcp-js");// orimport client from "ping-tcp-js";const host = "google.com";const port = 80;client .ping({ host, port }) .then(() => console.log("connect ping")) .catch((e) => console.error("not disconnet", e));urlconst client = require("ping-tcp-js");// orimport client from "ping-tcp-js";const host = " .ping({ host }) .then(() => console.log("connect ping")) .catch((e) => console.error("not disconnet", e));pingBackOfftime : Reconnect timecount : Number of timesparamconst client = require("ping-tcp-js");// orimport client from "ping-tcp-js";const host = "google.com";const port = 80;// orclient.pingBackOff({ host, port }, { time: 5000, count: 10, timeout: 5000 });hostconst host = "google.com";const port = 80;client .pingBackOff({ host, port }, { time: 5000, count: 10, timeout: 5000 }) .then(() => console.log("connect pingBackOff")) .catch((e) => console.error("not disconnet", e));urlconst host = " .pingBackOff({ host: host }, { time: 5000, count: 10, timeout: 5000 }) .then(() => console.log("connect pingBackOff")) .catch((e) => console.error("not disconnet", e));Test

midi chord pack free download

GitHub - LuliPuli/Ping-Port-Scan-SSH: Ping-Port-Scan-SSH is a

22:52 MASTERS 🥇 23:45 AMSIKENLER Private server PlayerMap: de_dust2Players: 1/6Country: Port: 27025Statistics: NoAverage skill: 16453Average ping: 70 Connect to server 23:50 Banana Milkshake 00:05 DE_DUST GAMING LETS GO Private server G - S p 0 tMap: de_dustPlayers: 20/20Country: Port: 27029Statistics: NoAverage skill: 16676Average ping: 65 Connect to server 00:11 GOOD TIMES GAMING 00:49 Russia Free Public Private server nosferatiMap: de_dust2Players: 20/20Country: Port: 27032Statistics: NoAverage skill: 10661Average ping: 55 Connect to server 01:04 Aqulla Private server IstoralMap: gg_new_pool_day2Players: 6/6Country: Port: 27071Statistics: NoAverage skill: 309Average ping: 54 Connect to server 01:51 [NO XIT TEAM] FAIR PLAY 02:05 [rj] we love to eat ass!!!! Private server rj sneaksMap: de_dust2Players: 11/20Country: Port: 27010Statistics: NoAverage skill: 26263Average ping: 63 Connect to server 03:36 [rj] we love to eat ass!!!! Private server rj sneaksMap: de_dust2Players: 16/20Country: Port: 27010Statistics: NoAverage skill: 31961Average ping: 69 Connect to server 03:40 MASTERS 🥇 05:01 Knife Smell 🪖🎖️ 05:20 GODS EMPIRE SHELBY Private server ThECaPo7Map: cs_swetoforPlayers: 1/12Country: Port: 27091Statistics: NoAverage skill: 50773Average ping: 22 Connect to server 05:22 Tio-Sei _MAPAS_TOP_ OLDSCHOOL 05:27 GODS EMPIRE SHELBY Private server ThECaPo7Map: cs_swetoforPlayers: 1/12Country: Port: 27091Statistics: NoAverage skill: 50773Average ping: 12 Connect to server 08:37 Tio-Sei _MAPAS_TOP_ OLDSCHOOL 11:00 Tio-Sei _MAPAS_TOP_ OLDSCHOOL 11:18 OnePH 11:20 [ACE] C A S T L E 🏰 12:10 GOOD TIMES GAMING

How to ping a port - Techlanda

On targets (nmap must be installed) - Deprecated -nmap-cli string nmap command to run on found results (example: -nmap-cli 'nmap -sV') -r string list of custom resolver dns resolution (comma separated or from file) -proxy string socks5 proxy (ip[:port] / fqdn[:port] -proxy-auth string socks5 proxy authentication (username:password) -resume resume scan using resume.cfg -stream stream mode (disables resume, nmap, verify, retries, shuffling, etc) -passive display passive open ports using shodan internetdb api -irt, -input-read-timeout value timeout on input read (default 3m0s) -no-stdin Disable Stdin processingHOST-DISCOVERY: -sn, -host-discovery Perform Only Host Discovery -Pn, -skip-host-discovery Skip Host discovery -ps, -probe-tcp-syn string[] TCP SYN Ping (host discovery needs to be enabled) -pa, -probe-tcp-ack string[] TCP ACK Ping (host discovery needs to be enabled) -pe, -probe-icmp-echo ICMP echo request Ping (host discovery needs to be enabled) -pp, -probe-icmp-timestamp ICMP timestamp request Ping (host discovery needs to be enabled) -pm, -probe-icmp-address-mask ICMP address mask request Ping (host discovery needs to be enabled) -arp, -arp-ping ARP ping (host discovery needs to be enabled) -nd, -nd-ping IPv6 Neighbor Discovery (host discovery needs to be enabled) -rev-ptr Reverse PTR lookup for input ipsOPTIMIZATION: -retries int number of retries for the port scan (default 3) -timeout int millisecond to wait before timing out (default 1000) -warm-up-time int time in seconds between scan phases (default 2) -ping ping probes for verification of host -verify validate the ports again with TCP verificationDEBUG: -health-check, -hc run diagnostic check up -debug display debugging information -verbose, -v display verbose output -no-color, -nc disable colors in CLI output -silent display only results in output -version display version of naabu -stats display stats of the running scan (deprecated) -si, -stats-interval int number of seconds to wait between showing a statistics update (deprecated) (default 5) -mp, -metrics-port int port to expose nuclei metrics on (default 63636)Installation InstructionsDownload the ready-to-run binary , docker or install with GOPrerequisiteNote: Before installing Naabu, make sure to install the library for packet capturing.To install libcap on Linux:brew install libpcapInstalling Naabugo install -v github.com/projectdiscovery/naabu/v2/cmd/naabu@latestRunning NaabuTo run the tool on a target, just use the following command:naabu -host hackerone.comThis will run the tool against hackerone.com. There are a number of configuration options that you can pass along with this command. The verbose switch -v can be used to display verbose information.naabu -host hackerone.com __ ___ ___ ___ _/ / __ __ / _ \/ _ \/ _ \/ _ \/ // //_//_/\_,_/\_,_/_.__/\_,_/ v2.0.3 projectdiscovery.io[WRN] Use. The ping command can not be used to ping a specific port. Followings are some other ways to ping to specific port. ping port using telnet command telnet HOST PORT telnet Conversely, port ping hones in on the examination of a particular port’s accessibility on a target computer. Unlike conventional ping, port ping solely focuses on port

LAN port not ping host

Beranda » Tutorial » Optimasi PING dan DNS di Mikrotik Agar StabilBILHANET.COM – Di halaman ini saya cuma mau sedikit share mangle ping icmp dan koneksi DNS untuk Mikrotik. Tujuannya umumnya agar ping lokal antar perangkat bisa stabil dan tidak RTO. Dan nantinya bisa melebar dan berefek pada ping untuk aktivitas online (tidak hanya local).Di sini saya hanya sharing mark connection yang saya gunakan di server BILHANET ya. Jadi kalau ada kekurangan silakan disampaikan melalui kolom komentar agar bisa saling melengkapi.Mikrotik Firewall PING ICMP dan DNS PortVideo Tutorial Mikrotik PING dan DNS StabilMikrotik Firewall PING ICMP dan DNS PortBerikut langkah membuat penandaan koneksi (mark connection) untuk ping icmp dan port DNS di Mikrotik. Nantinya bisa dikombinasikan baik untuk pisah trafik maupun routing.Buat New Mangle.General– Chain: prerouting– Protocol: 1 (icmp)Action– Action: mark connection– New Connection Mark: DNS-ICMP– Passthrough: YesApply > OK.Buat New Mangle lagi.General– Chain: prerouting– Protocol: 6 (tcp)– Dst. Port: 53,5353,853Action– Action: mark connection– New Connection Mark: DNS-ICMP– Passthrough: YesApply > OK.Buat New Mangle lagi deh.General– Chain: prerouting– Protocol: 17 (udp)– Dst. Port: 53,5353,853Action– Action: mark connection– New Connection Mark: DNS-ICMP– Passthrough: YesApply > OK.Buatkan paket untuk pisah trafik PING/DNS, masih New Mangle.General– Chain: forward– Connection Mark: DNS-ICMPAction– Action: mark packet– New Packet Mark: Paket-Ping-DNS– Passthrough: NOApply, OK.Sampai di sini proses pembuatan firewall DNS, ICMP atau PING Packet sudah selesai. Tinggal bisa ditambahkan Simple Queue khusus untuk memisahkan trafik ping dan DNS-nya.Lihat juga update Port Game Online Mikrotik.Video Tutorial Mikrotik PING dan DNS Stabil Tonton di YouTube untuk melihat komentar review hasil konfigurasi.Reader Interactions

Ping Sweeps and Port Scans

Free IP Scanner 3.5 Free IP scanner is a very fast IP scanner and port scanner. Freeware TraceRouteOK 3.46 Track the path that your data travels over the internet, or the local network Freeware Rasputin 3.33 Rasputin: Simple and effective Internet connection keeper. Shareware | $12.95 tags: Basta, Rasputin, Internet, connection, keeper, pinger, keep alive, stay, connected, ping, simulate, signals, timeout Free NetCrunch Tools 2.0.0.63.0.4 A free toolkit for network professionals with 11 essential tools Freeware tags: Ping, Traceroute, Wake OnLAN, DNS, DNS info, Who Is, Ping Scanner, Ping Scan, Service Scan, Service Scanner, Port Scan, Port Scanner, TCP Port Scan, TCP Port Scanner, SNMP Scan, SNMP Scanner, DNS Audit, MAC Resolver, Free, Tool, NetCrunch, AdRem Packet Sender 8.0.9 TCP, UDP, SSL Sending and Receving. HTTP Requests. Panel Generation. Freeware FreePortScanner 3.6.4 Free Port Scanner is a small and fast port scanner for the Win32 platform. Freeware PingNet 0.1.1.2 Monitor WebAPI and Host Freeware FreeSysInfo 1.5.5 Discover system and network information on local or network machine. Freeware tags: system, information, WMI, adapter, NDIS, discovery, server, IP address, rogue, freeware, Security Scanner, network scanner, internet scanner, Free Download, network tool, network software, net tools, hacker tools, hacking, Hacking resources, anti hacker, network util Udp Client Server 1.1.4 Udp Client Sever is a useful network utility for testing network programs. Freeware TCP Port Forwarding 1.1.5 Tcp Port Forwarding tool allows to capture and redirect TCP traffic. Freeware Tcp Client Server 1.1.8 Tcp Client Sever is a useful network utility for testing network programs. Freeware sPinger 1.0.1.1 Ping multiple IP addresses and hostnames with fun icon themes. Freeware TrayHostChecker 1.0.3.1 Tiny application which periodically pings a configured hostname or IP address. Freeware PingPlotter Standard 5.11.3 PingPlotter Standard is a lightweight network monitoring/troubleshooting tool. Demo | $39.99 Syslog Center 4.6 SYSLOG monitor server daemon software for windows supporting any vendor. Shareware | $99.00 VisualRoute 2010 14.0l Connection Analyzer, Traceroute, Ping, Whois and IP Locations Trialware | $59.95 Universal Fast Ping 1.5 100X faster ping with GUI and real-time charts for network testing under load Shareware | $14.95 NetInfo 8.94 Scan your network, diagnose problem, and start troubleshooting. Shareware | $39.95 Network Incident Tracker 2.0 Comprised of an incident tracking application and common troubleshooting tools Shareware | $2.99 tags: help desk, network support, cisco, ping, traceroute, putty, network management, wireshark, pathping, ios, subnet calculator, skype, cisco tac Fayetracker 4.0 fayetracker allows you to trace and

Ping a Port Online - WPOven

Any list of open ports, and takes advantage of multi-threading. You can also save all lists to a text file. Windows graphical ping utility ... Many network tools, including an internet/network Port Scanner, which can scan any class A, B or C network for any list of open ports, and takes advantage of multi-threading. You can also save all lists to a text file. Windows graphical ping utility allows you to change the size of the packets, the timeout, and the number of packets to ping. Windows graphical DNS Utility shows you... Category: Utilities / NetworkPublisher: Mikersoft, License: Freeware, Price: USD $0.00, File Size: 32.0 KBPlatform: Unknown RemoteTwain makes any scanner as a network scanner. RemoteTwain makes any Scanner as a network Scanner. Built-in security system provides ability to select who will be able to use shared Scanner: Everybody or from only particular computers. RemoteTwain is intended to be used by banks, small business, computer labs and home offices which need to share a Scanner across several people. Any business can save... Category: Home & Education / MiscellaneousPublisher: ScanWorks Software, License: Shareware, Price: USD $29.00, File Size: 7.1 MBPlatform: Windows Ping Scanner Pro has 18 network tools, it can ping one address a lot of times or a lot of addresses one time. Ping Scanner Pro has 18 network tools, it can ping one address a lot of times or a lot of addresses one time. It will also tell you what MAC addresses are on your subnet, and perform DNS lookup or reverse DNS lookup. It does Traceroute, Whois, subnet calculation, Port Scanner, troughput test and many more. The results can be saved as CSV, Ascii, DOC or XLS or printed out.... Category: Internet / Tools & UtilitiesPublisher: Digilex, License: Shareware, Price: USD $39.00, File Size: 1.3 MBPlatform: Windows CommPoort helps you how to control a communications port from . CommPoort helps you how to control a communications Port from .NET. Since the .NET Framework does not support direct control of the Comm Port, a separate class is used that provides direct Win32 API calls. (Note: Comm Port is. The ping command can not be used to ping a specific port. Followings are some other ways to ping to specific port. ping port using telnet command telnet HOST PORT telnet Conversely, port ping hones in on the examination of a particular port’s accessibility on a target computer. Unlike conventional ping, port ping solely focuses on port

Comments

User3992

2.0.4 • Public • Published a year ago ReadmeCode Beta3 Dependencies5 Dependents19 VersionsWelcome to 👋installnpm install ping-tcp-jspingparamconst client = require("ping-tcp-js");// orimport client from "ping-tcp-js";const host = "google.com";const port = 80;await client.ping( { host, port }, { timeout: 5000 } // optional);hostconst client = require("ping-tcp-js");// orimport client from "ping-tcp-js";const host = "google.com";const port = 80;client .ping({ host, port }) .then(() => console.log("connect ping")) .catch((e) => console.error("not disconnet", e));urlconst client = require("ping-tcp-js");// orimport client from "ping-tcp-js";const host = " .ping({ host }) .then(() => console.log("connect ping")) .catch((e) => console.error("not disconnet", e));pingBackOfftime : Reconnect timecount : Number of timesparamconst client = require("ping-tcp-js");// orimport client from "ping-tcp-js";const host = "google.com";const port = 80;// orclient.pingBackOff({ host, port }, { time: 5000, count: 10, timeout: 5000 });hostconst host = "google.com";const port = 80;client .pingBackOff({ host, port }, { time: 5000, count: 10, timeout: 5000 }) .then(() => console.log("connect pingBackOff")) .catch((e) => console.error("not disconnet", e));urlconst host = " .pingBackOff({ host: host }, { time: 5000, count: 10, timeout: 5000 }) .then(() => console.log("connect pingBackOff")) .catch((e) => console.error("not disconnet", e));Test

2025-04-21
User8888

22:52 MASTERS 🥇 23:45 AMSIKENLER Private server PlayerMap: de_dust2Players: 1/6Country: Port: 27025Statistics: NoAverage skill: 16453Average ping: 70 Connect to server 23:50 Banana Milkshake 00:05 DE_DUST GAMING LETS GO Private server G - S p 0 tMap: de_dustPlayers: 20/20Country: Port: 27029Statistics: NoAverage skill: 16676Average ping: 65 Connect to server 00:11 GOOD TIMES GAMING 00:49 Russia Free Public Private server nosferatiMap: de_dust2Players: 20/20Country: Port: 27032Statistics: NoAverage skill: 10661Average ping: 55 Connect to server 01:04 Aqulla Private server IstoralMap: gg_new_pool_day2Players: 6/6Country: Port: 27071Statistics: NoAverage skill: 309Average ping: 54 Connect to server 01:51 [NO XIT TEAM] FAIR PLAY 02:05 [rj] we love to eat ass!!!! Private server rj sneaksMap: de_dust2Players: 11/20Country: Port: 27010Statistics: NoAverage skill: 26263Average ping: 63 Connect to server 03:36 [rj] we love to eat ass!!!! Private server rj sneaksMap: de_dust2Players: 16/20Country: Port: 27010Statistics: NoAverage skill: 31961Average ping: 69 Connect to server 03:40 MASTERS 🥇 05:01 Knife Smell 🪖🎖️ 05:20 GODS EMPIRE SHELBY Private server ThECaPo7Map: cs_swetoforPlayers: 1/12Country: Port: 27091Statistics: NoAverage skill: 50773Average ping: 22 Connect to server 05:22 Tio-Sei _MAPAS_TOP_ OLDSCHOOL 05:27 GODS EMPIRE SHELBY Private server ThECaPo7Map: cs_swetoforPlayers: 1/12Country: Port: 27091Statistics: NoAverage skill: 50773Average ping: 12 Connect to server 08:37 Tio-Sei _MAPAS_TOP_ OLDSCHOOL 11:00 Tio-Sei _MAPAS_TOP_ OLDSCHOOL 11:18 OnePH 11:20 [ACE] C A S T L E 🏰 12:10 GOOD TIMES GAMING

2025-04-12
User9536

Beranda » Tutorial » Optimasi PING dan DNS di Mikrotik Agar StabilBILHANET.COM – Di halaman ini saya cuma mau sedikit share mangle ping icmp dan koneksi DNS untuk Mikrotik. Tujuannya umumnya agar ping lokal antar perangkat bisa stabil dan tidak RTO. Dan nantinya bisa melebar dan berefek pada ping untuk aktivitas online (tidak hanya local).Di sini saya hanya sharing mark connection yang saya gunakan di server BILHANET ya. Jadi kalau ada kekurangan silakan disampaikan melalui kolom komentar agar bisa saling melengkapi.Mikrotik Firewall PING ICMP dan DNS PortVideo Tutorial Mikrotik PING dan DNS StabilMikrotik Firewall PING ICMP dan DNS PortBerikut langkah membuat penandaan koneksi (mark connection) untuk ping icmp dan port DNS di Mikrotik. Nantinya bisa dikombinasikan baik untuk pisah trafik maupun routing.Buat New Mangle.General– Chain: prerouting– Protocol: 1 (icmp)Action– Action: mark connection– New Connection Mark: DNS-ICMP– Passthrough: YesApply > OK.Buat New Mangle lagi.General– Chain: prerouting– Protocol: 6 (tcp)– Dst. Port: 53,5353,853Action– Action: mark connection– New Connection Mark: DNS-ICMP– Passthrough: YesApply > OK.Buat New Mangle lagi deh.General– Chain: prerouting– Protocol: 17 (udp)– Dst. Port: 53,5353,853Action– Action: mark connection– New Connection Mark: DNS-ICMP– Passthrough: YesApply > OK.Buatkan paket untuk pisah trafik PING/DNS, masih New Mangle.General– Chain: forward– Connection Mark: DNS-ICMPAction– Action: mark packet– New Packet Mark: Paket-Ping-DNS– Passthrough: NOApply, OK.Sampai di sini proses pembuatan firewall DNS, ICMP atau PING Packet sudah selesai. Tinggal bisa ditambahkan Simple Queue khusus untuk memisahkan trafik ping dan DNS-nya.Lihat juga update Port Game Online Mikrotik.Video Tutorial Mikrotik PING dan DNS Stabil Tonton di YouTube untuk melihat komentar review hasil konfigurasi.Reader Interactions

2025-04-15
User8427

Free IP Scanner 3.5 Free IP scanner is a very fast IP scanner and port scanner. Freeware TraceRouteOK 3.46 Track the path that your data travels over the internet, or the local network Freeware Rasputin 3.33 Rasputin: Simple and effective Internet connection keeper. Shareware | $12.95 tags: Basta, Rasputin, Internet, connection, keeper, pinger, keep alive, stay, connected, ping, simulate, signals, timeout Free NetCrunch Tools 2.0.0.63.0.4 A free toolkit for network professionals with 11 essential tools Freeware tags: Ping, Traceroute, Wake OnLAN, DNS, DNS info, Who Is, Ping Scanner, Ping Scan, Service Scan, Service Scanner, Port Scan, Port Scanner, TCP Port Scan, TCP Port Scanner, SNMP Scan, SNMP Scanner, DNS Audit, MAC Resolver, Free, Tool, NetCrunch, AdRem Packet Sender 8.0.9 TCP, UDP, SSL Sending and Receving. HTTP Requests. Panel Generation. Freeware FreePortScanner 3.6.4 Free Port Scanner is a small and fast port scanner for the Win32 platform. Freeware PingNet 0.1.1.2 Monitor WebAPI and Host Freeware FreeSysInfo 1.5.5 Discover system and network information on local or network machine. Freeware tags: system, information, WMI, adapter, NDIS, discovery, server, IP address, rogue, freeware, Security Scanner, network scanner, internet scanner, Free Download, network tool, network software, net tools, hacker tools, hacking, Hacking resources, anti hacker, network util Udp Client Server 1.1.4 Udp Client Sever is a useful network utility for testing network programs. Freeware TCP Port Forwarding 1.1.5 Tcp Port Forwarding tool allows to capture and redirect TCP traffic. Freeware Tcp Client Server 1.1.8 Tcp Client Sever is a useful network utility for testing network programs. Freeware sPinger 1.0.1.1 Ping multiple IP addresses and hostnames with fun icon themes. Freeware TrayHostChecker 1.0.3.1 Tiny application which periodically pings a configured hostname or IP address. Freeware PingPlotter Standard 5.11.3 PingPlotter Standard is a lightweight network monitoring/troubleshooting tool. Demo | $39.99 Syslog Center 4.6 SYSLOG monitor server daemon software for windows supporting any vendor. Shareware | $99.00 VisualRoute 2010 14.0l Connection Analyzer, Traceroute, Ping, Whois and IP Locations Trialware | $59.95 Universal Fast Ping 1.5 100X faster ping with GUI and real-time charts for network testing under load Shareware | $14.95 NetInfo 8.94 Scan your network, diagnose problem, and start troubleshooting. Shareware | $39.95 Network Incident Tracker 2.0 Comprised of an incident tracking application and common troubleshooting tools Shareware | $2.99 tags: help desk, network support, cisco, ping, traceroute, putty, network management, wireshark, pathping, ios, subnet calculator, skype, cisco tac Fayetracker 4.0 fayetracker allows you to trace and

2025-04-04
User2018

การ ping เป็นการใช้ ICMP ในการเรียกเข้าไปยัง Server ปลายทาง ปรกติเอาไว้ทดสอบเรื่องการตอบสนองของ Server ปลายทางว่ายังมีการตอบสนองอยู่หรือไม่ และมีความเร็วในการตอบสนองดีอยู่หรือเปล่า (พื้นฐานทั่วไปใช้ประมาณนี้)แต่ทีนี้ Windows Azure ดันไม่ยอมให้ ICMP เข้าไปที่ Virtual Machines ด้านหลัง Firewall วิธีที่น่าจะโอเคที่สุดคือตรวจสอบด้วยการ GET ข้อมูลผ่าน TCP แทนว่า service ตัวนั้นยังเปิดใช้งานอยู่หรือไม่ ซึ่งแน่นอนว่าต้องมี service บน port ตรงนั้นก่อน แล้วเปิด Endpoint ที่ port นั้นด้วยโดยแน่นอนว่าเครื่องมือที่ใช้ในการตรวจสอบว่า port นั้นเปิดอยู่หรือไม่นั้นก็มีเยอะนะ แต่ว่าไม่มีตัวไหนเล็กเท่ากับเจ้า tcping.exe – ping over a tcp connection ( โดยเป็น console application ขนาดเล็ก ที่ทำงานบน Win32 Console ซึ่งทำงานได้บน Windows XP, Vista, 7 และที่ผมใช้อยู่อย่าง Windows 8 ซึ่งเจ้าตัวนี้เป็น license แบบ GPL ที่ตัวหน้าเว็บหลักมี source code ให้สำหรับเผื่อเอาไปพัฒนาต่อได้เองด้วยตัว tcping.exe เป็น console application เล็กๆ ที่ทำงานคล้ายๆ กับ ping แต่ทำงานบน tcp protocal ทำให้มันมีความสามารถที่มากกว่า ping ที่ใช้ๆ กันเพียงแค่ request/response ตามปรกติตัว tcping.exe เองนั้น default port ที่ใช้คือ port 80 (http service)C:\Users\Annop>tcping thaicyberpoint.comProbing 168.63.238.30:80/tcp - Port is open - time=56.492msProbing 168.63.238.30:80/tcp - Port is open - time=55.441msProbing 168.63.238.30:80/tcp - Port is open - time=44.554msProbing 168.63.238.30:80/tcp - Port is open - time=62.413msPing statistics for 168.63.238.30:804 probes sent.4 successful, 0 failed.Approximate trip times in milli-seconds:Minimum = 44.554ms, Maximum = 62.413ms, Average = 54.725msแต่ถ้าต้องการที่จะตรวจสอบ port อื่นๆ ก็สามารถกำหนดได้ด้วยการใส่หมายเลข port อื่นๆ ต่อท้ายเอาC:\Users\Annop>tcping thaicyberpoint.com 22Probing 168.63.238.30:22/tcp - Port is open - time=79.934msProbing 168.63.238.30:22/tcp - Port is open - time=60.144msProbing 168.63.238.30:22/tcp - Port is open - time=67.704msProbing 168.63.238.30:22/tcp - Port is open - time=61.353msPing statistics for 168.63.238.30:224 probes sent.4 successful, 0 failed.Approximate trip times in milli-seconds:Minimum = 60.144ms, Maximum = 79.934ms, Average = 67.284msและถ้าต้องการทดสอบความเร็วอื่นๆ นอกจาก response time ปรกติ ก็ใส่ -h เข้าไป ก็ได้ข้อมูลเพิ่มเติมมาอีกพอสมควรC:\Users\Annop>tcping -h thaicyberpoint.com** Requesting "" from thaicyberpoint.com:(for various reasons, kbit/s is an approximation)Probing 168.63.238.30:80/tcp - HTTP is open - time=39.916ms rcv_time=98.247 status=302 bytes=363 kbit/s=~29.558Probing 168.63.238.30:80/tcp - HTTP is open - time=34.371ms rcv_time=60.109 status=302 bytes=363 kbit/s=~48.312Probing 168.63.238.30:80/tcp - HTTP is open - time=35.718ms rcv_time=100.248 status=302 bytes=363 kbit/s=~28.968Probing 168.63.238.30:80/tcp - HTTP is open - time=36.757ms rcv_time=77.558 status=302 bytes=363 kbit/s=~37.443Ping statistics for 168.63.238.30:804 probes sent.4 successful, 0 failed.Approximate trip times in milli-seconds:Minimum = 34.371ms, Maximum = 39.916ms, Average = 36.691msApproximate download times in milli-seconds:Minimum = 60.109ms, Maximum = 100.248ms, Average = 84.041msสุดท้ายก็หวังว่าหลายๆ คนที่ใช้พวก cloud service จะได้ทำความเข้าใจข้อจำกัดบางอย่างและหาวิธีแก้ไขกันเพื่อให้เราสามารถทำงานได้ต่อไปครับการใช้งาน (นำมาจากเว็บ project)Usage: tcping [-t] [-d] [-i interval] [-n times] server-address [server-port]-t : ping continuously until stopped via control-c-n 5 : for instance, send 5 pings-i 5 : for instance, ping every 5 seconds-w 100 : for instance, wait 100 milliseconds for a response-d : include date and time on each line-b 1 : enable beeps (1 for on-down, 2 for on-up,3 for on-change, 4 for always)-r 5 : for instance, relookup the hostname every 5 pings-s : automatically exit on a successful ping-v : print version and exit-d : include date and time on each lineHTTP Options:-h

2025-04-01
User7245

License: All 1 2 | Free Free IP scanner is a very fast IP scanner and port scanner. Powered with multi-thread scan technology, it can scan hundreds computers per second. It simply pings each IP address, gets hostname, MAC address, NetBIOS information, scans ports, etc. Free IP Scanner is a very fast IP Scanner and Port Scanner. It is intended for both system administrators and general users to monitor and manage their networks. Powered with multi-thread scan technology, this program can scan hundreds computers per second. It simply pings each IP address to check if it's alive, then optionally it is resolving its hostname,... Category: Utilities / NetworkPublisher: Eusing Software, License: Freeware, Price: USD $0.00, File Size: 433.5 KBPlatform: Windows NetCrunch Tools is a completely free toolkit for network professionals, featuring Ping, Traceroute, Wake OnLAN, DNS Info, Who Is, Ping Scanner, Service Scanner, Open TCP Port Scanner, SNMP Scanner, DNS Audit and Mac Resolver in one. NetCrunch Tools is a completely free toolkit for network professionals, featuring Ping, Traceroute, Wake OnLAN, DNS Info, Who Is, Ping Scanner, Service Scanner, Open TCP Port Scanner, SNMP Scanner, DNS Audit and Mac Resolver in one.It can work standalone, or in conjunction with the NetCrunch network monitoring system, an all-in-one, agentless network... Category: Utilities / NetworkPublisher: AdRem Software, Inc., License: Freeware, Price: USD $0.00, File Size: 23.0 MBPlatform: Windows Local Information: CPU, Memory, IP, Mac, Current network connections. Common tools: Ping, Trace Route, Whois, Shares scanner, NetSend, Ip Config, Info from Ip. Scanners: Port, CGI, FTP, POP3 scanner. Sniffer. Source for $29 ONLY! VMVSystems NetAdmin 2.0 - software written using Delphi 7 environment, includes: * Local Information: CPU, Memory, IP, Mac, Current network connections * Common tools: Ping, Trace Route, Whois, Shares Scanner, NetSend, Ip Config, Info from Ip * Scanners: Port Scanner, CGI vulnurability Scanner, FTP Scanner, POP3 Scanner, Port... Category: Internet / MonitoringPublisher: VMV Systems, License: Freeware, Price: USD $0.00, File Size: 732.4 KBPlatform: Windows Powerful, flexible, free port scanner for analyzing network security or Internet exploration. Powerful, flexible, free Port Scanner for analyzing network security or Internet exploration. Stealth SYN scan,

2025-04-08

Add Comment