Well as you all knows, To identify the name of OS(Operating System) using Nmap is very easy, but you can also identify the OS name with the help of Ping Command.

For Linux Distributions, we can use Nmap as shown below:

Well as you all knows, To identify the name of OS(Operating System) using Nmap is very easy, but you can also identify the OS name with the help of Ping Command. For Linux Distributions, we can use Nmap as shown below: Syntax: nmap -O yeahhub.com. For Windows Distributions, you can use Zenmap which is the graphical version of Nmap. This short tutorial will show you how to Ping on Apple Mac OS X. This is done using the Mac OS X version of the CMD Prompt. BEGIN PGP SIGNED MESSAGE- 11111 a 11112 a&p 11113 a's 11114 aa 11115 aaa 11116 aaaa 11121 aaron 11122 ab 11123 aba 11124 ababa 11125 aback 11126 abase 11131 abash 11132 abate 11133 abbas 11134 abbe 11135 abbey 11136 abbot 11141 abbott 11142 abc 11143 abe 11144 abed 11145 abel 11146 abet 11151 abide 11152 abject 11153 ablaze 11154 able 11155 abner 11156 abo 11161 abode 11162 abort.

Syntax: nmap -O yeahhub.com

For Windows Distributions, you can use Zenmap which is the graphical version of Nmap.

Now for the same result, you can use Ping command to get the name of OS. Basically Ping is a computer network administration software utility which is used to find the availability of any host on the Internet Protocol Network (IP).

Usage of Ping:

Ping operates by sending ICMP (Internet Control Message Protocol) Echo Requests packets to the host and waiting for an ICMP Echo Reply.

Syntax: ping yeahhub.com

Now as you can see, it shows some TTL value which is currently 52, TTL(Time To Live) means how long a resolver is supposed to cache the DNS query before it expires and a new one needs to be done.

Here is the complete chart where you can see all TTL values of all servers.

Device / OSVersionProtocolTTL
AIXTCP60
AIXUDP30
AIX3.2, 4.1ICMP255
BSDIBSD/OS 3.1 and 4.0ICMP255
CompaTru64 v5.0ICMP64
CiscoICMP254
DEC PathworksV5TCP and UDP30
FoundryICMP64
FreeBSD2.1RTCP and UDP64
FreeBSD3.4, 4.0ICMP255
FreeBSD5ICMP64
HP-UX9.0xTCP and UDP30
HP-UX10.01TCP and UDP64
HP-UX10.2ICMP255
HP-UX11ICMP255
HP-UX11TCP64
Irix5.3TCP and UDP60
Irix6.xTCP and UDP60
Irix6.5.3, 6.5.8ICMP255
juniperICMP64
MPE/IX (HP)ICMP200
Linux2.0.x kernelICMP64
Linux2.2.14 kernelICMP255
Linux2.4 kernelICMP255
LinuxRed Hat 9ICMP and TCP64
MacOS/MacTCP2.0.xTCP and UDP60
MacOS/MacTCPX (10.5.6)ICMP/TCP/UDP64
NetBSDICMP255
Netgear FVG318ICMP and UDP64
OpenBSD2.6 & 2.7ICMP255
OpenVMS07.01.2002ICMP255
OS/2TCP/IP 3.064
OSF/1V3.2ATCP60
OSF/1V3.2AUDP30
Solaris2.5.1, 2.6, 2.7, 2.8ICMP255
Solaris2.8TCP64
StratusTCP_OSICMP255
StratusTCP_OS (14.2-)TCP and UDP30
StratusTCP_OS (14.3+)TCP and UDP64
StratusSTCPICMP/TCP/UDP60
SunOS4.1.3/4.1.4TCP and UDP60
SunOS5.7ICMP and TCP255
UltrixV4.1/V4.2ATCP60
UltrixV4.1/V4.2AUDP30
UltrixV4.2 – 4.5ICMP255
VMS/MultinetTCP and UDP64
VMS/TCPwareTCP60
VMS/TCPwareUDP64
VMS/Wollongong1.1.1.1TCP128
VMS/Wollongong1.1.1.1UDP30
VMS/UCXTCP and UDP128
Windowsfor WorkgroupsTCP and UDP32
Windows95TCP and UDP32
Windows98ICMP32
Windows98, 98 SEICMP128
Windows98TCP128
WindowsNT 3.51TCP and UDP32
WindowsNT 4.0TCP and UDP128
WindowsNT 4.0 SP5-32
WindowsNT 4.0 SP6+128
WindowsNT 4 WRKS SP 3, SP 6aICMP128
WindowsNT 4 Server SP4ICMP128
WindowsMEICMP128
Windows2000 proICMP/TCP/UDP128
Windows2000 familyICMP128
WindowsServer 2003128
WindowsXPICMP/TCP/UDP128
WindowsVistaICMP/TCP/UDP128
Windows7ICMP/TCP/UDP128
WindowsServer 2008ICMP/TCP/UDP128
Windows10ICMP/TCP/UDP128

You can get the short version of default TTL values by this table :

For Unix/Linux – TTL Value = 64
For Windows – TTL Value = 128
For Solaris/AIX – TTL Value = 254

Ping (itch) (liven) Mac Os Download

Now to find the OS you need to calculate two things, one is PING TTL value and second is tracert hops.

(itch)

For Tracert, you can use this below syntax:

tracert yeahhub.com

Tracert basically determine the hops between the Target and the destination.
So as you can see, the total No. of Hops are 12 and our TTL value is 52, by making the sum of TTL value + number of hops results 52+12 = 64, which means the server is a LINUX Machine.

For Windows 10, the default TTL Value is 128, that you can easily identify by using this command:

Ping (itch) (live) Mac Os Version

Syntax:ping -4 localhost

(This command only shows TTL = 128 if you are using Windows 10 OS)

Ping (itch) (live) Mac Os Catalina

This is how OS can be detected using PING and Tracert Command.